Remove global build-std flags

* Use those flags only in specific commands,
  otherwise building some tools from this directory
  will also fail (cargo picks these flags as global).
This commit is contained in:
Berkus Decker 2020-08-10 00:01:17 +03:00
parent 02107bf297
commit ecec3c96e1
1 changed files with 0 additions and 3 deletions

View File

@ -8,6 +8,3 @@ rustflags = [
"-C", "target-cpu=cortex-a53",
"-C", "embed-bitcode=yes",
]
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]