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…
Reference in New Issue