mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
802b01afcd
PR: 11798 Submitted by: maintainer
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
--- Makefile.orig Thu May 20 00:34:31 1999
|
|
+++ Makefile Thu May 20 00:53:45 1999
|
|
@@ -1,6 +1,6 @@
|
|
# $Id: Makefile,v 1.11 1999/02/07 20:11:25 asaddi Exp $
|
|
-CFLAGS= -Wall -g
|
|
-LDFLAGS=
|
|
+CFLAGS+= -DNDEBUG
|
|
+LDFLAGS+= -s
|
|
|
|
# Uncomment the following for non-debug executables
|
|
#CFLAGS= -O2 -DNDEBUG
|