From 4ee536f0442827a75385425f71e04ee232ae9863 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 16 Sep 2021 03:01:42 -0500 Subject: [PATCH] fix: enable SIMD (#4021) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 782fc0bbbb..89205f919e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ dataframe = [ ] [profile.release] -opt-level = "z" # Optimize for size. +opt-level = "s" # Optimize for size. # Core plugins that ship with `cargo install nu` by default # Currently, Cargo limits us to installing only one binary