mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Remove accidental debug symbols in release (#3050)
This commit is contained in:
parent
5481db4079
commit
abd2632977
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue