Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk Specify -fno-unwind-tables to ...



details:   https://anonhg.NetBSD.org/src/rev/dd45aad38cca
branches:  trunk
changeset: 359970:dd45aad38cca
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Feb 04 17:19:52 2022 +0000

description:
Specify -fno-unwind-tables to shring ramdisk binaries.

Saves ~8KB.

diffstat:

 distrib/x68k/floppies/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9f3a5cafcd2 -r dd45aad38cca distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Fri Feb 04 15:33:57 2022 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Fri Feb 04 17:19:52 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.48 2017/01/24 18:04:05 christos Exp $
+#      $NetBSD: Makefile,v 1.49 2022/02/04 17:19:52 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,7 +10,7 @@
 
 MAKEFS_FLAGS+= -f 10
 WARNS=         1
-DBG=           -Os
+DBG=           -Os -fno-unwind-tables
 
 CRUNCHBIN=     ramdiskbin
 LISTS=         ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en



Home | Main Index | Thread Index | Old Index