1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

small fix: .cargo/config to .cargo/config.toml

This commit is contained in:
XNM
2023-11-12 19:39:46 +02:00
parent 46fafb70ac
commit 4c2887b202

View File

@@ -0,0 +1 @@
rustflags = ["-C", "link-arg=-fuse-ld=/path/to/mold", "-Zcodegen-backend=cranelift" ] # Change '/path/to/mold' and DON'T use it in production, only for dev needs