[build] don't build native and build for 32/64 bit target
This commit is contained in:
parent
7b1589a0e1
commit
22222563b5
@ -1,3 +1,3 @@
|
||||
[build]
|
||||
#target = "x86_64-unknown-linux-musl"
|
||||
rustflags = ["-C", "target-feature=+crt-static", "-C", "target-cpu=native"]
|
||||
target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user