diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 20f03f3d..00000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,5 +0,0 @@ -[target.'cfg(target_os = "macos")'] -rustflags = [ - "-C", "link-arg=-undefined", - "-C", "link-arg=dynamic_lookup", -]