blob: aeecd821475c81470b9f50f8807a6ab9df79c989 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Sat Jan 8 00:12:24 2000
+++ Makefile Mon Jan 31 18:35:36 2000
@@ -1,6 +1,6 @@
# $Id: Makefile,v 1.13 2000/01/08 05:12:24 asaddi Exp $
-CFLAGS= -Iutil -Wall -g
-LDFLAGS= -Lutil
+CFLAGS= -Iutil -DNDEBUG
+LDFLAGS= -Lutil -s
# Uncomment the following for non-debug executables
#CFLAGS= -Iutil -O2 -DNDEBUG
|