Skip to content

Commit 43b49f0

Browse files
committed
Set the "asm" feature flag by default
Signed-off-by: Joe Richey <[email protected]>
1 parent bc235bc commit 43b49f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cc = { optional = true, version = "1.0" }
3838
panic-handler = { path = 'crates/panic-handler' }
3939

4040
[features]
41-
default = ["compiler-builtins"]
41+
default = ["compiler-builtins", "asm"]
4242

4343
# Some algorithms benefit from inline assembly, but some compiler backends do
4444
# not support it, so inline assembly is only enabled when this flag is set.

0 commit comments

Comments
 (0)