Add Fat-LTO and fix table clear #15

Merged
hodasemi merged 2 commits from dev into master 2023-01-30 14:13:04 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 5d25bad6c6 - Show all commits

View file

@ -21,3 +21,7 @@ paste = "1.0.11"
serde = "1.0.152"
serde_json = "1.0.91"
ringbuf = "0.3.2"
[profile.release-lto]
inherits = "release"
lto = true

View file

@ -17,7 +17,7 @@ build() {
cd ${_pkgbase}
# build binaries
cargo build --release
cargo build --profile release-lto
}
package() {