[build] don't build native and build for 32/64 bit target

This commit is contained in:
Paul Schulze 2022-12-06 08:24:44 +01:00 committed by ddidderr
parent 7b1589a0e1
commit 22222563b5
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

View File

@ -1,3 +1,3 @@
[build] [build]
#target = "x86_64-unknown-linux-musl" target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
rustflags = ["-C", "target-feature=+crt-static", "-C", "target-cpu=native"] rustflags = ["-C", "target-feature=+crt-static"]