From 174fcb28e8219d02b6e323615ed52b9685f43ca4 Mon Sep 17 00:00:00 2001 From: wilsonwatson Date: Fri, 26 Jul 2024 03:07:01 -0500 Subject: [PATCH] use gcc instead of cc --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..b09c678 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-unknown-linux-gnu] +linker = "gcc" \ No newline at end of file