mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 05:08:29 +02:00
fix: enable SIMD (#4021)
This commit is contained in:
parent
8581bec891
commit
4ee536f044
@ -141,7 +141,7 @@ dataframe = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = "z" # Optimize for size.
|
opt-level = "s" # Optimize for size.
|
||||||
|
|
||||||
# Core plugins that ship with `cargo install nu` by default
|
# Core plugins that ship with `cargo install nu` by default
|
||||||
# Currently, Cargo limits us to installing only one binary
|
# Currently, Cargo limits us to installing only one binary
|
||||||
|
Loading…
Reference in New Issue
Block a user