support PROFILE=1 to enable profiling

This commit is contained in:
Joey Hess 2011-04-05 14:00:51 -04:00
parent 98effd040b
commit 094983a2bd

View file

@ -1,5 +1,9 @@
PREFIX=/usr
GHCFLAGS=-O2 -Wall -ignore-package monads-fd
IGNORE=-ignore-package monads-fd
GHCFLAGS=-O2 -Wall -ignore-package $(IGNORE)
ifdef PROFILE
GHCFLAGS=-prof -auto-all -caf-all -fforce-recomp $(IGNORE)
endif
GHCMAKE=ghc $(GHCFLAGS) --make
bins=git-annex git-annex-shell