remove the -prof flag from Makefile

This commit is contained in:
kr.angelov
2008-05-21 19:49:49 +00:00
parent b114471843
commit 1bead9601b

View File

@@ -4,7 +4,7 @@ include config.mk
GHMAKE=$(GHC) --make
GHCXMAKE=ghcxmake
GHCFLAGS+= -fglasgow-exts
GHCOPTFLAGS=-O2 -prof
GHCOPTFLAGS=-O2
GHCFUDFLAG=
JAVAFLAGS=-target 1.4 -source 1.4
GFEDITOR=JavaGUI2