diff options
author | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:02:22 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:02:22 -0500 |
commit | b08a8dfe75ebdcc3c7259bbfc24feb169dfe4164 (patch) | |
tree | 4a7e8ea1db616475e75467f7334d91bf6754e139 | |
parent | 83e4c5df7204addbd8084e8062d4f8203124f1d3 (diff) |
mesa-run: Use mold linker
-rwxr-xr-x | mesa-run | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |