diff options
-rwxr-xr-x | mesa-debug-asan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-debug-asan b/mesa-debug-asan index 3ff7dce..56545b7 100755 --- a/mesa-debug-asan +++ b/mesa-debug-asan @@ -4,6 +4,6 @@ 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") +export extra_args=-Db_sanitize="address,undefined" exec mesa-run "$@" |