about summary refs log tree commit diff
path: root/library/stdarch/Cargo.toml
blob: 59790964391180fe6dac38ed7a1e03b94efa32da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[workspace]
resolver = "1"
members = [
  "crates/*",
  "examples",
]
exclude = [
  "crates/wasm-assert-instr-tests",
  "rust_programs",
]

[profile.release]
debug = true
opt-level = 3
incremental = true

[profile.bench]
debug = 1
opt-level = 3
incremental = true