Revert adding target-aarch64 in cli/Cargo.toml

This commit is contained in:
Shritesh Bhattarai 2021-11-02 09:11:03 -04:00
parent 2b014efe7d
commit 6d542a75f5

View File

@ -15,7 +15,7 @@ test = false
bench = false
[features]
default = ["target-x86", "target-aarch64", "llvm", "editor"]
default = ["target-x86", "llvm", "editor"]
wasm32-cli-run = []
i386-cli-run = []
@ -29,10 +29,8 @@ target-x86 = []
# arm and wasm give linker errors on some platforms
target-arm = []
target-webassembly = []
target-aarch64 = []
target-all = [
"target-aarch64",
"target-x86",
"target-arm",
"target-webassembly"