summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-26 13:02:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-26 13:02:00 -0400
commit8e49206af5bed49999c0b2d55b17cd32b1ef666e (patch)
tree70f361fdb15f37dd3dec5b4654112fdf116fe19c /Makefile
parent2f775ef3e3aaea9ab15f99db3a48390a903919ae (diff)
fix normal build to include OPTFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f312dc49..4a74e712f 100644
--- a/Makefile
+++ b/Makefile
@@ -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)