mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
other: Turn off debug and turn on LTO in release profile again (#367)
This commit is contained in:
parent
bfdaa09e3a
commit
82b39e361d
@ -18,10 +18,10 @@ path = "src/bin/main.rs"
|
|||||||
doc = false
|
doc = false
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
# debug = 1
|
debug = 0
|
||||||
# lto = true
|
lto = true
|
||||||
debug = true
|
# debug = true
|
||||||
lto = false
|
# lto = false
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user