From abd263297755ce295baf849c3ff9608d99958ba6 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 13 Feb 2021 09:28:41 +1300 Subject: [PATCH] Remove accidental debug symbols in release (#3050) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 356a57d49a..dcb94594ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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