fix: enable SIMD (#4021)

This commit is contained in:
Amin Yahyaabadi 2021-09-16 03:01:42 -05:00 committed by GitHub
parent 8581bec891
commit 4ee536f044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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