Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/atari/floppies/common Specify -DNDEBUG to remove ass...



details:   https://anonhg.NetBSD.org/src/rev/093e16a28a6b
branches:  trunk
changeset: 809961:093e16a28a6b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Aug 12 18:08:02 2015 +0000

description:
Specify -DNDEBUG to remove assert(3) macro. Shaves instbin ~40 bytes.

diffstat:

 distrib/atari/floppies/common/Makefile.images |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7e615359ee2d -r 093e16a28a6b distrib/atari/floppies/common/Makefile.images
--- a/distrib/atari/floppies/common/Makefile.images     Wed Aug 12 17:59:51 2015 +0000
+++ b/distrib/atari/floppies/common/Makefile.images     Wed Aug 12 18:08:02 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.images,v 1.9 2014/11/16 11:54:29 tsutsui Exp $
+#      $NetBSD: Makefile.images,v 1.10 2015/08/12 18:08:02 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,6 +7,7 @@
 
 WARNS=         1
 DBG=           -Os -m68020-60  # -m68020-60 seems to generate smaller binaries
+DBG+=          -DNDEBUG        # to remove assert(3) macro
 
 CRUNCHBIN=     instbin
 LISTS=         ${.CURDIR}/list ${.CURDIR}/../common/list.images



Home | Main Index | Thread Index | Old Index