diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-04-23 14:51:20 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-04-23 14:51:20 -0700 |
commit | 991d76f32817f5515fb8db25a7d5ca2912cfe4ac (patch) | |
tree | c6b719df15532d4d5b91feae1f927f2be8a7dc9e /build_and_test_until | |
parent | 538815670a8747e68dd95cd43e0ac1fce184f781 (diff) | |
download | mu-991d76f32817f5515fb8db25a7d5ca2912cfe4ac.tar.gz |
2860 - rename 'index-address' to 'put-index'
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test_until b/build_and_test_until index 96eb9e43..fc0d7689 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -17,7 +17,7 @@ then # All sorts of strange bugs ensue. sleep 1 set -v # Darwin's clang and valgrind is shit. - CFLAGS=${CFLAGS:-"-g -O3"} make test + CFLAGS=${CFLAGS:-"-g -O3"} make #test else set -v CXX=${CXX:-clang++} CFLAGS=${CFLAGS:-"-O3 -fsanitize=undefined -Wno-tautological-constant-out-of-range-compare"} make ${2:-valgrind} |