swc/bindings/Cargo.toml

19 lines
308 B
TOML
Raw Normal View History

[workspace]
members = ["binding_core_node", "binding_core_wasm", "swc_cli"]
[profile.release]
# lto = true
# We use CARGO_PROFILE_RELEASE_LTO for production builds
# lto = "fat"
# debug = true
# opt-level = 'z'
2022-09-01 10:44:14 +03:00
# Strip debug symbols
strip = "symbols"
2022-09-30 06:47:00 +03:00
[profile.dev.package."*"]
debug-assertions = false