fix(scripts): strip debug info
All checks were successful
/ check (push) Successful in 47s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 3s

Hopefully I will never have to debug these.
This commit is contained in:
Jalil David Salamé Messina 2024-12-22 00:57:51 +01:00
parent d037afe68f
commit 53a6ebcea3
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 4 additions and 2 deletions

View file

@ -12,6 +12,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
[profile.release]
panic = "abort"
opt-level = 's'
lto = true
opt-level = 's'
panic = "abort"
strip = true

View file

@ -16,3 +16,4 @@ miette = { version = "7.4.0", features = ["fancy"] }
lto = true
opt-level = "s"
panic = "abort"
strip = true