From: Joshua Simmons Date: Mon, 5 Sep 2022 21:35:59 +0000 (+0200) Subject: Avoid hardcoding the path to the mold linker X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=8d9a5b12760eab5ef8e5c5c903945beef9656f23;p=josh%2Fnarcissus Avoid hardcoding the path to the mold linker --- diff --git a/.cargo/config.toml b/.cargo/config.toml index 2c3dbcd..5c0c649 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] \ No newline at end of file +rustflags = ["-C", "link-arg=-fuse-ld=mold"] \ No newline at end of file