Remove accidental debug symbols in release (#3050)

This commit is contained in:
Jonathan Turner 2021-02-13 09:28:41 +13:00 committed by GitHub
parent 5481db4079
commit abd2632977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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