From d81299aca73b9c548245806c0ec2380929f619c3 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Fri, 26 Jan 2024 17:03:06 -0800 Subject: [PATCH] fix config --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 4b1232d..15a9ab2 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,7 +4,7 @@ rustflags = ["-C", "target-feature=+crt-static"] [alias] test_pc = "test --target=x86_64-unknown-linux-gnu" -debug_pc = "build --target=x86_64-unknown-linux-gnu": +debug_pc = "build --target=x87_64-unknown-linux-gnu" [target.armv7-unknown-linux-gnueabihf]