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
codegen-units = 1
rpath = false
strip = "debuginfo"
strip = "symbols"
[features]
default = ["memory-cache"]