diff options
Diffstat (limited to 'news/newsfish/files/patch-aa')
-rw-r--r-- | news/newsfish/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/newsfish/files/patch-aa b/news/newsfish/files/patch-aa new file mode 100644 index 0000000..7ac4a81 --- /dev/null +++ b/news/newsfish/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Jan 17 20:33:42 1999 ++++ Makefile Sun Jan 17 20:34:29 1999 +@@ -1,6 +1,6 @@ + # $Id: Makefile,v 1.10 1999/01/18 04:29:07 asaddi Exp $ +-CFLAGS= -Wall -g -DDEBUG +-LDFLAGS= ++CFLAGS+= -DNDEBUG ++LDFLAGS+= -s + + # Uncomment the following for non-debug executables + #CFLAGS= -O2 -DNDEBUG |