summaryrefslogtreecommitdiff
path: root/mesa-debug-optimized
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-optimized
Initial import
Diffstat (limited to 'mesa-debug-optimized')
-rwxr-xr-xmesa-debug-optimized8
1 files changed, 8 insertions, 0 deletions
diff --git a/mesa-debug-optimized b/mesa-debug-optimized
new file mode 100755
index 0000000..22b2ff2
--- /dev/null
+++ b/mesa-debug-optimized
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+export cflags="-ggdb3 -O2 -march=native -fno-omit-frame-pointer -pipe"
+export cxxflags="${cflags}"
+export buildtype=debugoptimized
+export builddir=~/projects/mesa/build-debug-optimized
+
+exec mesa-run $@