Merge pull request #283 from luigi311/lto
Enable thin LTO release but not release-github
This commit is contained in:
commit
a728b6666c
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@ default-members = [
|
|||
[profile.release]
|
||||
panic = "abort"
|
||||
debug = true
|
||||
lto = "thin"
|
||||
|
||||
[profile.release-github]
|
||||
inherits = "release"
|
||||
debug = false
|
||||
lto = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue