summaryrefslogtreecommitdiff
path: root/java/shujit/files/patch-ab
blob: a6dae156d855fddd09e9502a57669c26f5cd52e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- GNUmakefile.in.orig	Thu Aug 31 17:40:17 2000
+++ GNUmakefile.in	Mon Sep 11 10:31:06 2000
@@ -48,10 +48,9 @@
 
 INCDIR = -I${J_INCDIR} -I${J_INCDIR}/genunix -I${J_INCDIR}/linux -I${J_INCDIR}/freebsd -I/usr/local/include
 
-OPTFLAGS = -O2
 CDEBUGFLAGS =# -g -DDEBUG -DCOMPILE_DEBUG# -DRUNTIME_DEBUG
-NOOPTCFLAGS = -pipe -fPIC ${CDEBUGFLAGS} ${INCDIR}
-CFLAGS = ${OPTFLAGS} ${NOOPTCFLAGS}
+NOOPTCFLAGS = -fPIC ${CDEBUGFLAGS} ${INCDIR}
+CFLAGS += ${OPTFLAGS} ${NOOPTCFLAGS}
 LIBS =
 
 ifeq (${METAVM}, yes)