mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Move LTO into its own "release-lto" profile (#207)
This commit is contained in:
parent
a2a708f1ae
commit
aa878f7569
1 changed files with 3 additions and 2 deletions
|
@ -78,9 +78,10 @@ features = ["macros", "net", "rt-multi-thread", "sync", "time"]
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release-lto]
|
||||||
lto = true
|
inherits = "release"
|
||||||
incremental = false
|
incremental = false
|
||||||
|
lto = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sixel"]
|
default = ["sixel"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue