about summary refs log tree commit diff stats
path: root/src/makefile.dsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.dsl')
-rw-r--r--src/makefile.dsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.dsl b/src/makefile.dsl
index e77a2289..f5cfe76b 100644
--- a/src/makefile.dsl
+++ b/src/makefile.dsl
@@ -12,7 +12,7 @@ LYStyle.o LYHash.o
 CFLAGS= $(MCFLAGS) -I. -I.. $(SLANGINC)

 

 CC = gcc

-MCFLAGS = -O3 -DDISP_PARTIAL -DUSE_ZLIB -DUSE_EXTERNALS \

+MCFLAGS = -O2 -DDISP_PARTIAL -DUSE_ZLIB -DUSE_EXTERNALS \

 -DUSE_SLANG -DDJGPP_KEYHANDLER -DACCESS_AUTH -DNO_CUSERID \

 -DNOUSERS -DDOSPATH -DNO_TTYTYPE -DNO_UTMP -I../WWW/library/implement -I../djgpp/tcplib/include \

 -I./chrtrans -I../djgpp/tcplib/include/tcp