resolved issue 520: reducing binary size by using symbols instead of debug info
This commit is contained in:
parent
2149e32c9e
commit
8779c03afa
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ panic = 'abort'
|
|||
incremental = false
|
||||
codegen-units = 1
|
||||
rpath = false
|
||||
strip = "debuginfo"
|
||||
strip = "symbols"
|
||||
|
||||
[features]
|
||||
default = ["memory-cache"]
|
||||
|
|
Loading…
Add table
Reference in a new issue