Tune dev compiler profile
- SHA
3c0e5e1b97823cd5ed6ef713766bd8219282ea74- Parents
-
6292f2e - Tree
8b0cb64
3c0e5e1
3c0e5e1b97823cd5ed6ef713766bd8219282ea746292f2e
8b0cb64| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.toml
|
5 | 0 |
Cargo.tomlmodified@@ -2,6 +2,11 @@ | ||
| 2 | 2 | members = [".", "afs-as", "afs-ld", "runtime", "bencch/bench-core", "bencch/bench"] |
| 3 | 3 | resolver = "2" |
| 4 | 4 | |
| 5 | +[profile.dev] | |
| 6 | +# Keep the default debug-friendly profile, but avoid the pathological | |
| 7 | +# opt-level=0 slowdown when using armfortas itself as the compiler. | |
| 8 | +opt-level = 1 | |
| 9 | + | |
| 5 | 10 | [package] |
| 6 | 11 | name = "armfortas" |
| 7 | 12 | version = "0.1.0" |