Skip to content

Commit 834591f

Browse files
committed
same with flags defined in config.toml
1 parent ec2a0f7 commit 834591f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.envrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use flake
22

3-
toolchain_path="./.cargo/rust-toolchain.toml"
4-
if rg -q "nightly" "$toolchain_path"; then
5-
export RUSTFLAGS="$RUSTFLAGS -C link-arg=-fuse-ld=mold --cfg tokio_unstable -Z threads=8 -Z track-diagnostics"
6-
fi
3+
#toolchain_path="./.cargo/rust-toolchain.toml"
4+
#if rg -q "nightly" "$toolchain_path"; then
5+
# export RUSTFLAGS="$RUSTFLAGS -C link-arg=-fuse-ld=mold --cfg tokio_unstable -Z threads=8 -Z track-diagnostics"
6+
#fi

0 commit comments

Comments
 (0)