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
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:
parent
d037afe68f
commit
53a6ebcea3
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -16,3 +16,4 @@ miette = { version = "7.4.0", features = ["fancy"] }
|
|||
lto = true
|
||||
opt-level = "s"
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
|
Loading…
Reference in a new issue