X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/967c39efa10c8a2d74812741cd7a2a96602a6210..00f7bf547ecc8b9a709c6fbeff55b9b0d05ecffe:/program/Makefile diff --git a/program/Makefile b/program/Makefile index eb0274a..df9942e 100644 --- a/program/Makefile +++ b/program/Makefile @@ -1,5 +1,7 @@ # Let's keep it simple for now. all: ghc -fglasgow-exts --make -c *.hs +all-optimized: + ghc -fglasgow-exts --make -O -hisuf O.hi -osuf O.o -c *.hs clean: rm -f *.hi *.o