diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 92403a7..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,5 +0,0 @@ -[build] -rustflags = [ - "-C", "link-arg=-undefined", - "-C", "link-arg=dynamic_lookup", -]