fix normal build to include OPTFLAGS
This commit is contained in:
parent
2f775ef3e3
commit
8e49206af5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue