From dad1cb27f129a7f23556f76c649fef45f427b18f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 28 Jul 2015 19:22:05 -0700 Subject: 1878 - switch test_all_layers to optimized binaries The cost of optimization across all levels is now lower than that of running them unoptimized. test_all_layers unoptimized: 22:36.88 test_all_layers optimized: 19:33.38 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9569b116..4af684ea 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ termbox/libtermbox.a: termbox/*.c termbox/*.h termbox/*.inl test: mu_bin ./mu_bin test -valgrind: clang +valgrind: clang+opt valgrind --leak-check=yes -q --error-exitcode=1 ./mu_bin test clang: makefile mu.cc termbox/libtermbox.a autogenerated_lists -- cgit 1.4.1-2-gfad0