mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
aa7f791dfd
Reverts swc-project/swc#9191 I'm reverting because it applies even to `@swc/core`. Instead, I used an environment variable.
27 lines
415 B
TOML
27 lines
415 B
TOML
[workspace]
|
|
members = [
|
|
"binding_core_node",
|
|
"binding_core_wasm",
|
|
"binding_minifier_node",
|
|
"binding_minifier_wasm",
|
|
"binding_typescript_wasm",
|
|
"swc_cli",
|
|
]
|
|
resolver = "2"
|
|
|
|
[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
|