Skip to content

Commit

Permalink
Make asymmetric-asm a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Dec 19, 2019
1 parent 0e58ea3 commit 0d276ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cc = { optional = true, version = "1.0" }
panic-handler = { path = 'crates/panic-handler' }

[features]
default = ["compiler-builtins"]
default = ["compiler-builtins", "asymmetric-asm"]

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

0 comments on commit 0d276ab

Please sign in to comment.