From cece0cf700f1db5e1edb9a86102fe441acca3e59 Mon Sep 17 00:00:00 2001 From: Florian Stecker Date: Mon, 9 Jul 2018 17:33:10 +0200 Subject: [PATCH] cleaned up a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f651f9b..a35688a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ HEADERS=triangle.h linalg.h queue.h -SPECIAL_OPTIONS=-O0 -g -D_DEBUG +SPECIAL_OPTIONS=-O0 -g -D_DEBUG -Wall #SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline #SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline #SPECIAL_OPTIONS=