From dcfcd4ea0e9be919ca1bf80b8041f822f48ccab1 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 18 Jan 2025 15:09:27 +0100 Subject: Disable dynamic linking. It causes issues and is not worth the gain. --- .cargo/config.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index d046680..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -[build] -rustflags = ["-C", "prefer-dynamic"] -- cgit v1.2.3