diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers index 8b550ebd..35cfb8fa 100755 --- a/test_layers +++ b/test_layers @@ -32,7 +32,7 @@ do done # Layers for Mu apps without Valgrind -CXX=clang++ CXXFLAGS="-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare" make +CXX=clang++ CXXFLAGS="-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare" LDFLAGS="-fsanitize=undefined" make if [[ ! $1 || $1 == chessboard ]] then |