about summary refs log tree commit diff stats
path: root/build_and_test_until
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-xbuild_and_test_until2
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}