This commit is contained in:
Joey Hess 2011-04-06 21:41:13 -04:00
parent 000247a379
commit 788fcc2bb4

View file

@ -1,6 +1,6 @@
PREFIX=/usr PREFIX=/usr
IGNORE=-ignore-package monads-fd IGNORE=-ignore-package monads-fd
GHCFLAGS=-O2 -Wall -ignore-package $(IGNORE) GHCFLAGS=-O2 -Wall $(IGNORE)
ifdef PROFILE ifdef PROFILE
GHCFLAGS=-prof -auto-all -caf-all -fforce-recomp $(IGNORE) GHCFLAGS=-prof -auto-all -caf-all -fforce-recomp $(IGNORE)
endif endif