summaryrefslogtreecommitdiff
path: root/mesa-debug-optimized
blob: f620f56493779f14d149a60986ea0519a82ae1f5 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

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 "$@"