Skip to content

Commit 0d276ab

Browse files
committed
Make asymmetric-asm a default feature
1 parent 0e58ea3 commit 0d276ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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", "asymmetric-asm"]
4242

4343
# Enable compilation of C code in compiler-rt, filling in some more optimized
4444
# implementations and also filling in unimplemented intrinsics

0 commit comments

Comments
 (0)