We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0766f7e commit aaec074Copy full SHA for aaec074
Cargo.toml
@@ -33,6 +33,9 @@ libcore_neon = []
33
paste = "^0.1.3"
34
arrayvec = { version = "^0.5", default-features = false }
35
36
+[profile.dev]
37
+opt-level = 1 # need emulated targets to finish someday
38
+
39
[target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys]
40
version = "0.1.2"
41
optional = true
0 commit comments