aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2025-01-18 15:09:27 +0100
committerAndreas Grois <andi@grois.info>2025-01-18 15:09:27 +0100
commitdcfcd4ea0e9be919ca1bf80b8041f822f48ccab1 (patch)
tree227acf993df7e3b296b385b345023350dd701df9 /.cargo/config.toml
parent62b42fa982f6f5b4c223188eeb3eef81267d2048 (diff)
Disable dynamic linking. It causes issues and is not worth the gain.
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml2
1 files changed, 0 insertions, 2 deletions
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"]