mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +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
|
||||
|
||||
|
@ -108,6 +108,8 @@ cargo install bottom --locked
|
||||
|
||||
### AUR
|
||||
|
||||
Normal package found [here](https://aur.archlinux.org/packages/bottom/), binary package found [here](https://aur.archlinux.org/packages/bottom-bin/):
|
||||
|
||||
```bash
|
||||
yay -S bottom
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user