remove the -prof flag from Makefile

This commit is contained in:
kr.angelov
2008-05-21 19:49:49 +00:00
parent 8f60a0f50c
commit 10da6804ed

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