mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
41215eb29c
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
17 lines
214 B
TOML
17 lines
214 B
TOML
[workspace]
|
|
members = [
|
|
"cli",
|
|
"core",
|
|
"test_plugin",
|
|
"test_util",
|
|
"op_crates/web",
|
|
]
|
|
exclude = [
|
|
"std/hash/_wasm"
|
|
]
|
|
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = 'z' # Optimize for size
|