about summary refs log tree commit diff
path: root/library/stdarch/Cargo.toml
blob: 0db26f31a2d3b4979265997e7f46259cb360e83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
resolver = "1"
members = [
  "crates/*",
  "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