mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 21:24:49 +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
|
||||
|
||||
[profile.release]
|
||||
# debug = 1
|
||||
# lto = true
|
||||
debug = true
|
||||
lto = false
|
||||
debug = 0
|
||||
lto = true
|
||||
# debug = true
|
||||
# lto = false
|
||||
opt-level = 3
|
||||
codegen-units = 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user