summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmesa-run5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesa-run b/mesa-run
index 03947d6..cac7897 100755
--- a/mesa-run
+++ b/mesa-run
@@ -24,6 +24,11 @@ wipeout)
exec rm -rfI "${builddir}"
;;
configure)
+ #export CC=clang
+ #export CXX=clang++
+ #export CC_LD=lld
+ #export CXX_LD=lld
+
args=(
-Dprefix="${prefix}"
-Dc_args="${cflags}"