summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-02-14 12:44:17 -0800
committerMatt Turner <mattst88@gmail.com>2022-02-14 12:52:38 -0800
commit5a893318ec1cc22e26070fc7cbc9b21d8dacd35d (patch)
treea7de1f601207d1eebaac172c3c2a0913d19f9b39 /mesa-run
parentb5a921aba7f02cd8759e00745e2e350b470b38fa (diff)
Note how to override compiler and linker
Diffstat (limited to 'mesa-run')
-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}"