brad 219834a7c6 - upgrade to Fortify 1.4.4
- fix URL in DESCR to point to 4.61 release notes
1999-08-21 14:35:04 +00:00

29 lines
722 B
Plaintext

--- 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