mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
10fb645552
**Description:** This PR merges CI scripts, and make integration tests use patched crates. **Related issue:** - Closes https://github.com/swc-project/swc/issues/5540.
19 lines
308 B
TOML
19 lines
308 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"
|
|
|
|
|
|
[profile.dev.package."*"]
|
|
debug-assertions = false
|