about summary refs log tree commit diff stats
path: root/pkgs/by-name/yt/yt/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/by-name/yt/yt/.cargo/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/by-name/yt/yt/.cargo/config.toml b/pkgs/by-name/yt/yt/.cargo/config.toml
new file mode 100644
index 00000000..6c88c6ba
--- /dev/null
+++ b/pkgs/by-name/yt/yt/.cargo/config.toml
@@ -0,0 +1,6 @@
+[env]
+PYO3_PYTHON = "/nix/store/7xzk119acyws2c4ysygdv66l0grxkr39-python3-3.11.9-env/bin/python3"
+
+[build]
+# rustflags = ["-C", "link-args=-fuse-ld=mold,--no-rosegment"]
+rustflags = ["-Clink-arg=-fuse-ld=mold", "-Clink-arg=-Wl,--no-rosegment"]