do not strip debug symbols

This commit is contained in:
Nikita Galaiko 2023-09-01 13:10:44 +02:00 committed by GitButler
parent 8c3becfd83
commit 01a61cc4ac

View File

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