mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
7 lines
199 B
Bash
Executable File
7 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p $HOME/.cargo
|
|
echo -e "[build]\nrustflags = [\"-C\", \"link-arg=-fuse-ld=lld\", \"-C\", \"target-cpu=native\"]" > $HOME/.cargo/config
|
|
|
|
ln -s /usr/bin/lld-8 /usr/local/bin/ld.lld
|