0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

resolved issue 520: reducing binary size by using symbols instead of debug info

This commit is contained in:
phetzy 2024-03-18 17:59:37 -04:00
parent 2149e32c9e
commit 8779c03afa

View File

@ -77,7 +77,7 @@ panic = 'abort'
incremental = false incremental = false
codegen-units = 1 codegen-units = 1
rpath = false rpath = false
strip = "debuginfo" strip = "symbols"
[features] [features]
default = ["memory-cache"] default = ["memory-cache"]