distributed_physics_test/.cargo/config.toml
Michael Bradley 8e340b62b9
All checks were successful
CI / Formatting (push) Successful in 1m6s
Temporarily disable nightly
Was causing undefined symbol errors
2025-05-17 15:58:47 -04:00

3 lines
130 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] #, "-Zshare-generics=y"]