From 8e49206af5bed49999c0b2d55b17cd32b1ef666e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Jul 2012 13:02:00 -0400 Subject: [PATCH] fix normal build to include OPTFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f312dc49c..4a74e712f1 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)