Skip to content

Commit 90a6c21

Browse files
Remove mold suggestion in .envrc.example (#688)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What It's totally reasonable that a user would just copy `.envrc.example` to `.envrc` and then get going, however this means we try and use `mold`, which we do not install in the Nix flake, and does not work on MacOS. Let's make the default path as conservative and likely to work as possible. ### How Remove `mold` advice from `.envrc.example`, make `CARGO_INCREMENTAL` flag opt in.
1 parent 0bb19d7 commit 90a6c21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.envrc.example

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@
77
use flake
88

99
# enable incremental compilation
10-
export CARGO_INCREMENTAL='true'
11-
12-
# use `mold` as your linker, for faster linking (only on Linux)
13-
export RUSTFLAGS='-C link-arg=-fuse-ld=mold'
10+
# export CARGO_INCREMENTAL='true'

0 commit comments

Comments
 (0)