From: ceriel Date: Mon, 24 Nov 1986 21:01:42 +0000 (+0000) Subject: Added -DNDEBUG X-Git-Tag: release-5-5~5143 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7c5553640e016e503121033d3f69a76c6efb75aa;p=ack.git Added -DNDEBUG --- diff --git a/mach/arm/top/Makefile b/mach/arm/top/Makefile index 37628d51b..24b25c5e5 100644 --- a/mach/arm/top/Makefile +++ b/mach/arm/top/Makefile @@ -1,7 +1,7 @@ EM=../../.. PREFLAGS=-I. PFLAGS= -CFLAGS=$(PREFLAGS) $(PFLAGS) -O +CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top diff --git a/mach/m68020/top/Makefile b/mach/m68020/top/Makefile index 37628d51b..24b25c5e5 100644 --- a/mach/m68020/top/Makefile +++ b/mach/m68020/top/Makefile @@ -1,7 +1,7 @@ EM=../../.. PREFLAGS=-I. PFLAGS= -CFLAGS=$(PREFLAGS) $(PFLAGS) -O +CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top diff --git a/mach/m68k2/top/Makefile b/mach/m68k2/top/Makefile index 37628d51b..24b25c5e5 100644 --- a/mach/m68k2/top/Makefile +++ b/mach/m68k2/top/Makefile @@ -1,7 +1,7 @@ EM=../../.. PREFLAGS=-I. PFLAGS= -CFLAGS=$(PREFLAGS) $(PFLAGS) -O +CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top diff --git a/mach/pdp/top/Makefile b/mach/pdp/top/Makefile index 37628d51b..24b25c5e5 100644 --- a/mach/pdp/top/Makefile +++ b/mach/pdp/top/Makefile @@ -1,7 +1,7 @@ EM=../../.. PREFLAGS=-I. PFLAGS= -CFLAGS=$(PREFLAGS) $(PFLAGS) -O +CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top diff --git a/mach/proto/top/Makefile b/mach/proto/top/Makefile index 37628d51b..24b25c5e5 100644 --- a/mach/proto/top/Makefile +++ b/mach/proto/top/Makefile @@ -1,7 +1,7 @@ EM=../../.. PREFLAGS=-I. PFLAGS= -CFLAGS=$(PREFLAGS) $(PFLAGS) -O +CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top diff --git a/mach/vax4/top/Makefile b/mach/vax4/top/Makefile index 37628d51b..24b25c5e5 100644 --- a/mach/vax4/top/Makefile +++ b/mach/vax4/top/Makefile @@ -1,7 +1,7 @@ EM=../../.. PREFLAGS=-I. PFLAGS= -CFLAGS=$(PREFLAGS) $(PFLAGS) -O +CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG LDFLAGS=-i $(PFLAGS) LINTOPTS=-hbxac CDIR=$(EM)/mach/proto/top