mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 20:45:57 +03:00
do not strip debug symbols
This commit is contained in:
parent
8c3becfd83
commit
01a61cc4ac
@ -76,4 +76,3 @@ custom-protocol = ["tauri/custom-protocol"]
|
||||
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
|
||||
lto = true # Enables link to optimizations
|
||||
opt-level = "s" # Optimize for binary size
|
||||
strip = true # Remove debug symbols
|
||||
|
Loading…
Reference in New Issue
Block a user