fixes cargo config

This commit is contained in:
damirka 2021-06-16 14:48:29 +03:00
parent d0b05778fc
commit 505aac2dc2
2 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,7 @@
# [target.'cfg(any(not(target_arch = "wasm32"), feature = "noconfig"))']
# rustflags = ["-C", "target-cpu=native"]
[target.'cfg(
all(
not(target_arch = "wasm32"),
not(feature = "noconfig")
)
)']
rustflags = ["-C", "target-cpu=native"]

View File

@ -94,9 +94,6 @@ jobs:
macos_m1:
name: macOS M1
strategy:
matrix:
compiler: [gcc, clang]
runs-on: macos-latest
steps:
- name: Xcode Select