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