summaryrefslogtreecommitdiff
path: root/mesa-debug
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-05-06 15:57:25 -0700
committerMatt Turner <mattst88@gmail.com>2020-05-06 15:57:25 -0700
commit3313f001b48b40c8f5543271cd679f3bbb118b97 (patch)
tree655c73d9f629efbb6396ce6aaf2e3d1dfba6019a /mesa-debug
Initial import
Diffstat (limited to 'mesa-debug')
-rwxr-xr-xmesa-debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/mesa-debug b/mesa-debug
new file mode 100755
index 0000000..de11e88
--- /dev/null
+++ b/mesa-debug
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+export cflags="-ggdb3 -O0 -march=native -pipe"
+export cxxflags="${cflags}"
+export buildtype=debug
+export builddir=~/projects/mesa/build-debug
+
+exec mesa-run $@