about summary refs log tree commit diff stats
path: root/test_layers
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-28 23:52:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-28 23:52:07 -0700
commitc5d5431990361c921dc850d078d85a797d219e06 (patch)
treea1a61461c1dd8b8ed7751dcec27dd075af44f04e /test_layers
parent4e39c6bb082d6f7c0aaab9767b9b279490bce290 (diff)
downloadmu-c5d5431990361c921dc850d078d85a797d219e06.tar.gz
3275
Follow convention more closely by using CXXFLAGS for C++ files.
Diffstat (limited to 'test_layers')
-rwxr-xr-xtest_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers
index 1910a5d7..8b550ebd 100755
--- a/test_layers
+++ b/test_layers
@@ -32,7 +32,7 @@ do
 done
 
 # Layers for Mu apps without Valgrind
-CXX=clang++ CFLAGS="-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare" make
+CXX=clang++ CXXFLAGS="-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare" make
 
 if [[ ! $1 || $1 == chessboard ]]
 then