summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-09-11 11:37:35 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-09-11 11:37:35 -0500
commit11824b82a87f62ac41330308f6e8681133e11bdf (patch)
tree8f9235e584652b2c749d5d47002865f02e424fe2 /Makefile
parenta595481760fe5c4dc2e970a3a164ac12d4005d73 (diff)
Always build with -O2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30a0e44..67e823b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1ifdef CEREAL 1ifdef CEREAL
2GHCFLAGS=-Wall -DCEREAL -fno-warn-name-shadowing -XHaskell98 2GHCFLAGS=-Wall -O2 -DCEREAL -fno-warn-name-shadowing -XHaskell98
3else 3else
4GHCFLAGS=-Wall -fno-warn-name-shadowing -XHaskell98 4GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98
5endif 5endif
6 6
7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8 7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8