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

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

exec mesa-run $@