Skip to content

Commit aaec074

Browse files
Optimize for testing
1 parent 0766f7e commit aaec074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ libcore_neon = []
3333
paste = "^0.1.3"
3434
arrayvec = { version = "^0.5", default-features = false }
3535

36+
[profile.dev]
37+
opt-level = 1 # need emulated targets to finish someday
38+
3639
[target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys]
3740
version = "0.1.2"
3841
optional = true

0 commit comments

Comments
 (0)