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 bc235bc commit 43b49f0Copy full SHA for 43b49f0
Cargo.toml
@@ -38,7 +38,7 @@ cc = { optional = true, version = "1.0" }
38
panic-handler = { path = 'crates/panic-handler' }
39
40
[features]
41
-default = ["compiler-builtins"]
+default = ["compiler-builtins", "asm"]
42
43
# Some algorithms benefit from inline assembly, but some compiler backends do
44
# not support it, so inline assembly is only enabled when this flag is set.
0 commit comments