Remove rust flags since they're pretty much outdated and don't work anymore
Not much difference from what I've observed, plus it's as max-perf as it gets
This commit is contained in:
parent
5e0334088a
commit
76b90acea6
1 changed files with 0 additions and 18 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -670,24 +670,6 @@ panic = "abort"
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
#rustflags = [
|
|
||||||
# '-Ctarget-cpu=native',
|
|
||||||
# '-Ztune-cpu=native',
|
|
||||||
# '-Ctarget-feature=+crt-static',
|
|
||||||
# '-Crelocation-model=static',
|
|
||||||
# '-Ztls-model=local-exec',
|
|
||||||
# '-Zinline-in-all-cgus=true',
|
|
||||||
# '-Zinline-mir=true',
|
|
||||||
# '-Zmir-opt-level=3',
|
|
||||||
# '-Clink-arg=-fuse-ld=gold',
|
|
||||||
# '-Clink-arg=-Wl,--threads',
|
|
||||||
# '-Clink-arg=-Wl,--gc-sections',
|
|
||||||
# '-Clink-arg=-luring',
|
|
||||||
# '-Clink-arg=-lstdc++',
|
|
||||||
# '-Clink-arg=-lc',
|
|
||||||
# '-Ztime-passes',
|
|
||||||
# '-Ztime-llvm-passes',
|
|
||||||
#]
|
|
||||||
|
|
||||||
[profile.release-max-perf.build-override]
|
[profile.release-max-perf.build-override]
|
||||||
inherits = "release-max-perf"
|
inherits = "release-max-perf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue