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

Saves ~8KB.
This commit is contained in:
tsutsui 2022-02-04 17:19:52 +00:00
parent 1eaee3c4bf
commit 4ee8b2d39f
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ IMAGESIZE= 1800k
MAKEFS_FLAGS+= -f 10
WARNS= 1
DBG= -Os
DBG= -Os -fno-unwind-tables
CRUNCHBIN= ramdiskbin
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en