mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 15:20:12 +00:00
23 lines
337 B
TOML
23 lines
337 B
TOML
[workspace]
|
|
members = [
|
|
"crates/stdarch-verify",
|
|
"crates/core_arch",
|
|
"crates/std_detect",
|
|
"crates/stdarch-gen",
|
|
"crates/intrinsic-test",
|
|
"examples/"
|
|
]
|
|
exclude = [
|
|
"crates/wasm-assert-instr-tests"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
opt-level = 3
|
|
incremental = true
|
|
|
|
[profile.bench]
|
|
debug = 1
|
|
opt-level = 3
|
|
incremental = true
|