summaryrefslogtreecommitdiff
path: root/libgrust/rustc-lib/stdarch/Cargo.toml
blob: 73f69ca46f1919264dc4ce884f73a96bdd50a1c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[workspace]
members = [
  "crates/stdarch-verify",
  "crates/core_arch",
  "crates/std_detect",
  "crates/stdarch-gen",
  "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