move lto to faster_release provile
This commit is contained in:
parent
89bbd00215
commit
5f04978884
@ -14,11 +14,11 @@ resolver = "2"
|
||||
[profile.release]
|
||||
# `debug = true` so that sentry can give us line numbers
|
||||
debug = true
|
||||
# `link time optimization = true = fat`
|
||||
lto = true
|
||||
|
||||
[profile.faster_release]
|
||||
inherits = "release"
|
||||
|
||||
# spend longer compiling for a faster binary
|
||||
codegen-units = 1
|
||||
# `link time optimization = true = fat`
|
||||
lto = true
|
||||
|
Loading…
Reference in New Issue
Block a user