mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
fixes cargo config
This commit is contained in:
parent
d0b05778fc
commit
505aac2dc2
@ -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"]
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -94,9 +94,6 @@ jobs:
|
||||
|
||||
macos_m1:
|
||||
name: macOS M1
|
||||
strategy:
|
||||
matrix:
|
||||
compiler: [gcc, clang]
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Xcode Select
|
||||
|
Loading…
Reference in New Issue
Block a user