other: Turn off debug and turn on LTO in release profile again (#367)

This commit is contained in:
Clement Tsang 2020-12-17 21:40:55 -08:00 committed by GitHub
parent bfdaa09e3a
commit 82b39e361d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -108,6 +108,8 @@ cargo install bottom --locked
### AUR ### AUR
Normal package found [here](https://aur.archlinux.org/packages/bottom/), binary package found [here](https://aur.archlinux.org/packages/bottom-bin/):
```bash ```bash
yay -S bottom yay -S bottom