fix cargo config

This commit is contained in:
damirka 2021-06-16 14:52:23 +03:00
parent 505aac2dc2
commit 796d687b22

View File

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