seems -rtsopts is needed now for profiling

This commit is contained in:
Joey Hess 2011-04-21 11:23:44 -04:00
parent 2467c56771
commit 82347fc5ab

View file

@ -2,7 +2,7 @@ PREFIX=/usr
IGNORE=-ignore-package monads-fd
GHCFLAGS=-O2 -Wall $(IGNORE)
ifdef PROFILE
GHCFLAGS=-prof -auto-all -caf-all -fforce-recomp $(IGNORE)
GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(IGNORE)
endif
GHCMAKE=ghc $(GHCFLAGS) --make