phetzy commited on
Commit
8779c03
1 Parent(s): 2149e32

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

Browse files
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -77,7 +77,7 @@ panic = 'abort'
77
  incremental = false
78
  codegen-units = 1
79
  rpath = false
80
- strip = "debuginfo"
81
 
82
  [features]
83
  default = ["memory-cache"]
 
77
  incremental = false
78
  codegen-units = 1
79
  rpath = false
80
+ strip = "symbols"
81
 
82
  [features]
83
  default = ["memory-cache"]