summaryrefslogtreecommitdiff
path: root/mesa-debug-optimized
blob: c0a07e6663bb6f1d668d646acc33dff3626afaf5 (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 $@