mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
25 lines
381 B
TOML
25 lines
381 B
TOML
[workspace]
|
|
members = [
|
|
"binding_core_node",
|
|
"binding_core_wasm",
|
|
"binding_minifier_node",
|
|
"binding_minifier_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"
|
|
|
|
|
|
[profile.dev.package."*"]
|
|
debug-assertions = false
|