Skip to content

Commit 798957b

Browse files
committed
wip
1 parent 0772027 commit 798957b

File tree

4 files changed

+70
-67
lines changed

4 files changed

+70
-67
lines changed

.envrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
use flake
2+
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)