summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-21 11:23:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-21 11:23:44 -0400
commit82347fc5ab16823a2ad956e4cf44daaca710e48f (patch)
tree40d4c10d754b60bea358ba84ad07f3031dd58a39
parent2467c567713321b061c3daf92df39d4e35226c7b (diff)
seems -rtsopts is needed now for profiling
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13adfe0a2..a8eccc5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -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