Skip to content

Instantly share code, notes, and snippets.

@RReverser
Created February 8, 2025 20:39
Show Gist options
  • Save RReverser/c307180b1f007913d8c3c88ffcab6d8c to your computer and use it in GitHub Desktop.
Save RReverser/c307180b1f007913d8c3c88ffcab6d8c to your computer and use it in GitHub Desktop.
My cargo.config
[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