fortrangoingonforty/armfortas / 3c0e5e1

Browse files

Tune dev compiler profile

Authored by espadonne
SHA
3c0e5e1b97823cd5ed6ef713766bd8219282ea74
Parents
6292f2e
Tree
8b0cb64

1 changed file

StatusFile+-
M Cargo.toml 5 0
Cargo.tomlmodified
@@ -2,6 +2,11 @@
22
 members = [".", "afs-as", "afs-ld", "runtime", "bencch/bench-core", "bencch/bench"]
33
 resolver = "2"
44
 
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
+
510
 [package]
611
 name = "armfortas"
712
 version = "0.1.0"