diff --git a/.cargo/config.toml b/.cargo/config.toml index 5b556a6..235cdfc 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"]