mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
|
--- 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
|