From 16500e2b001d95165775f50d3d86c52d4e0c7b3e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 13 Aug 2024 04:06:20 -0400 Subject: Speed up tests slightly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8780ec21..4c66d174 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ tags: $(CC) $(CFLAGS) -c $< -o $@ %.tm.testresult: %.tm tomo - VERBOSE=0 COLOR=1 CC=gcc ./tomo $< 2>$@ >$@ && cat $@ + VERBOSE=0 COLOR=1 CC=gcc O=1 ./tomo $< 2>$@ >$@ && cat $@ test: $(TESTS) @echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m' -- cgit v1.2.3