Created
February 8, 2025 20:39
-
-
Save RReverser/c307180b1f007913d8c3c88ffcab6d8c to your computer and use it in GitHub Desktop.
My cargo.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[env] | |
[profile.dev.package."*"] | |
opt-level = 2 | |
[profile.dev.build-override] | |
opt-level = 2 | |
[net] | |
git-fetch-with-cli = true | |
[unstable] | |
gc = true | |
[build] | |
rustflags = ["-C", "target-cpu=native"] | |
[profile.bench] | |
lto = "thin" | |
[target.x86_64-pc-windows-msvc] | |
linker = "rust-lld.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment