forked from extern/nushell
fix: enable SIMD (#4021)
This commit is contained in:
parent
8581bec891
commit
4ee536f044
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user