1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-08 02:17:22 +02:00

Switch back to building for size ()

This commit is contained in:
JT
2021-08-17 08:45:39 +12:00
committed by GitHub
parent ab961a78cb
commit 2b7390c2a1

@ -150,6 +150,9 @@ dataframe = [
"nu_plugin_to_bson/dataframe",
]
[profile.release]
opt-level = "z" # Optimize for size.
# Core plugins that ship with `cargo install nu` by default
# Currently, Cargo limits us to installing only one binary
# unless we use [[bin]], so we use this as a workaround