mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +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
|
codegen-units = 1 #Reduce parallel codegen units
|
||||||
lto = true #Link Time Optimization
|
lto = true #Link Time Optimization
|
||||||
opt-level = 'z' #Optimize for size
|
opt-level = 'z' #Optimize for size
|
||||||
debug = true
|
|
||||||
|
|
||||||
# Core plugins that ship with `cargo install nu` by default
|
# Core plugins that ship with `cargo install nu` by default
|
||||||
# Currently, Cargo limits us to installing only one binary
|
# Currently, Cargo limits us to installing only one binary
|
||||||
|
|
Loading…
Reference in a new issue