mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
Change to focus on speed.
This commit is contained in:
parent
b3eafe711e
commit
b69eca0fc6
1 changed files with 3 additions and 4 deletions
|
@ -15,10 +15,9 @@ name = "btm"
|
|||
path = "src/main.rs"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
# debug = 1
|
||||
opt-level = 'z' # Optimize for size.
|
||||
# opt-level = 3 # Optimize for speed.
|
||||
#debug = true
|
||||
debug = 1
|
||||
opt-level = 3
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue