From 89361e422f8d41a6a518a434c676409b1f1e5b42 Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Tue, 22 Aug 2023 13:03:16 -0400 Subject: [PATCH] chore: removed darwin target configurations --- .cargo/config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cargo/config b/.cargo/config index 20729ab2..f4d652a6 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,9 +1,3 @@ -[target.x86_64-apple-darwin] -rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"] - -[target.aarch64-apple-darwin] -rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"] - [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc"