2017-12-22 15:51:36 +03:00
|
|
|
[workspace]
|
2021-08-25 18:07:09 +03:00
|
|
|
members = [
|
2021-11-10 10:39:01 +03:00
|
|
|
"crates/jsdoc",
|
2021-11-09 14:42:49 +03:00
|
|
|
"crates/node",
|
2021-11-12 13:37:05 +03:00
|
|
|
"crates/swc_css",
|
|
|
|
"crates/swc_ecmascript",
|
|
|
|
"crates/swc_ecma_plugin_ast",
|
2021-11-23 23:34:41 +03:00
|
|
|
"crates/swc_estree_compat",
|
2021-11-09 14:42:49 +03:00
|
|
|
"crates/swc_plugin",
|
|
|
|
"crates/swc_plugin_runner",
|
|
|
|
"crates/swc_plugin_testing",
|
2021-11-12 13:37:05 +03:00
|
|
|
"crates/swc_stylis",
|
2021-11-22 15:01:08 +03:00
|
|
|
"crates/swc_timer",
|
2021-11-26 09:04:41 +03:00
|
|
|
"crates/swc_webpack_ast",
|
2021-11-09 14:42:49 +03:00
|
|
|
"crates/wasm",
|
2021-08-25 18:07:09 +03:00
|
|
|
]
|
2017-12-22 15:51:36 +03:00
|
|
|
|
2020-03-01 14:05:03 +03:00
|
|
|
[profile.release]
|
|
|
|
codegen-units = 1
|
2021-10-09 11:08:13 +03:00
|
|
|
lto = "fat"
|
2020-05-23 09:36:04 +03:00
|
|
|
# debug = true
|
2020-08-17 09:04:08 +03:00
|
|
|
# opt-level = 'z'
|
2020-03-01 14:05:03 +03:00
|
|
|
|
2018-01-12 10:53:06 +03:00
|
|
|
[profile.bench]
|
2019-11-23 07:03:29 +03:00
|
|
|
codegen-units = 1
|
2020-09-18 08:29:50 +03:00
|
|
|
debug = true
|
2021-08-07 11:27:52 +03:00
|
|
|
|
|
|
|
# Without this, printing diff consumes more than a minute.
|
|
|
|
|
|
|
|
[profile.dev.package.pretty_assertions]
|
|
|
|
opt-level = 3
|
|
|
|
|
|
|
|
[profile.test.package.pretty_assertions]
|
|
|
|
opt-level = 3
|