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

export cflags="-ggdb3 -O0 -march=native -pipe"
export cxxflags="${cflags}"
export buildtype=debug
export builddir=~/projects/mesa/build-debug

exec mesa-run $@