2023-10-31 17:12:02 +01:00
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
|
|
|
linker = "clang"
|
|
|
|
|
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
2023-10-31 17:37:02 +01:00
|
|
|
|
|
|
|
|
# Optional: Uncommenting the following improves compile times, but reduces the amount of debug info to 'line number tables only'
|
|
|
|
|
# In most cases the gains are negligible, but if you are on macos and have slow compile times you should see significant gains.
|
|
|
|
|
#[profile.dev]
|
|
|
|
|
#debug = 1
|