From 6086a9962cfa67df43c61b9873888361c43f5f2b Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Fri, 26 Jan 2024 17:05:03 -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 15a9ab2..69ddfd6 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=x87_64-unknown-linux-gnu" +debug_pc = "build --target=x86_64-unknown-linux-gnu" [target.armv7-unknown-linux-gnueabihf]