--- Fortify-1.4.4-unix-src/src/cmdline/Makefile.orig	Thu May 20 12:06:30 1999
+++ Fortify-1.4.4-unix-src/src/cmdline/Makefile	Thu May 20 12:07:00 1999
@@ -2,11 +2,11 @@
 COMMON	= ../common
 INC	= -I. -I$(COMMON)
 
-CC	= gcc # -Wall
+#CC	= gcc # -Wall
 
 # For GNU/Linux systems
-CFLAGS	= $(INC) -O2	# -static
-LDFLAGS = -static
+#CFLAGS	= $(INC) -O2	# -static
+#LDFLAGS = -static
 
 # MKLinux and Linux-ppc:
 #CFLAGS  = $(INC) -O2       # -static
@@ -30,8 +30,8 @@
 #LDFLAGS = # -static
 
 # Everything else
-#CFLAGS	= $(INC) -O
-#LDFLAGS = # -static
+CFLAGS	= $(INC) -O2
+LDFLAGS = # -static
 
 # ----------------------------------------------------------------------
 # You should not need to modify anything below here
