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