fix normal build to include OPTFLAGS

This commit is contained in:
Joey Hess 2012-07-26 13:02:00 -04:00
parent 2f775ef3e3
commit 8e49206af5

View file

@ -27,7 +27,7 @@ endif
endif
PREFIX=/usr
GHCFLAGS=-O2 $(BASEFLAGS) $(FEATURES)
GHCFLAGS=-O2 $(BASEFLAGS) $(FEATURES) $(OPTFLAGS)
ifdef PROFILE
GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(BASEFLAGS) $(FEATURES) $(OPTFLAGS)