swc/bindings/Cargo.toml
2022-09-01 07:44:14 +00:00

19 lines
264 B
TOML

[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'
# Strip debug symbols
strip = "symbols"