summaryrefslogtreecommitdiff
path: root/mesa-debug-optimized
blob: 22b2ff2e031d6d56958dc40837265020f14b0801 (plain)
1
2
3
4
5
6
7
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 $@