summaryrefslogtreecommitdiffstats
path: root/library/stdarch/Cargo.toml
blob: 6efd6b189a09c47b1675548274cea72ca71421c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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