--- Makefile.orig	Mon Feb  4 03:39:21 2002
+++ Makefile	Sun Oct 19 02:44:27 2003
@@ -14,7 +14,8 @@
 # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
 # make -f Makefile "CFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
 
-CFLAGS=-c -DA4
+CFLAGS?=-O -pipe
+CFLAGS+=-c
 LD=cc
 LDFLAGS=
 OBJ=o
