summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-01-21 16:02:22 -0500
committerMatt Turner <mattst88@gmail.com>2025-01-21 16:02:22 -0500
commitb08a8dfe75ebdcc3c7259bbfc24feb169dfe4164 (patch)
tree4a7e8ea1db616475e75467f7334d91bf6754e139
parent83e4c5df7204addbd8084e8062d4f8203124f1d3 (diff)
mesa-run: Use mold linker
-rwxr-xr-xmesa-run2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesa-run b/mesa-run
index d15a53e..a676f7f 100755
--- a/mesa-run
+++ b/mesa-run
@@ -38,6 +38,8 @@ configure)
#export CXX="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang++"
#export CC_LD="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/lld"
#export CXX_LD="${CC_LD}"
+ export CC_LD="mold"
+ export CXX_LD="mold"
args=(
--pkg-config-path "/usr/lib/llvm/${LLVM_MAJOR_VERSION}/lib64/pkgconfig"