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

export cflags="-ggdb3 -O0 -march=native -pipe"
export cxxflags="${cflags}"
export buildtype=debug
export builddir=~/projects/mesa/build-debug-asan
export extra_args=-Db_sanitize="address,undefined"

exec mesa-run "$@"