From 11824b82a87f62ac41330308f6e8681133e11bdf Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 11 Sep 2012 11:37:35 -0500 Subject: Always build with -O2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30a0e44..67e823b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ifdef CEREAL -GHCFLAGS=-Wall -DCEREAL -fno-warn-name-shadowing -XHaskell98 +GHCFLAGS=-Wall -O2 -DCEREAL -fno-warn-name-shadowing -XHaskell98 else -GHCFLAGS=-Wall -fno-warn-name-shadowing -XHaskell98 +GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98 endif HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8 -- cgit v1.2.3