forked from extern/nushell
Remove accidental debug symbols in release (#3050)
This commit is contained in:
parent
5481db4079
commit
abd2632977
@ -151,7 +151,6 @@ xpath = ["nu_plugin_xpath"]
|
||||
codegen-units = 1 #Reduce parallel codegen units
|
||||
lto = true #Link Time Optimization
|
||||
opt-level = 'z' #Optimize for size
|
||||
debug = true
|
||||
|
||||
# Core plugins that ship with `cargo install nu` by default
|
||||
# Currently, Cargo limits us to installing only one binary
|
||||
|
Loading…
Reference in New Issue
Block a user