Use -mmemcpy to shrink binaries.

This commit is contained in:
tsutsui 2006-01-08 16:05:56 +00:00
parent 88d40f88ec
commit c19a11ffc4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2005/03/01 01:06:05 sekiya Exp $
# $NetBSD: Makefile,v 1.9 2006/01/08 16:05:56 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -9,7 +9,7 @@ IMAGESIZE= 3m
MAKEFS_FLAGS= -f 15 -o density=4k
WARNS= 1
DBG= -Os
DBG= -Os -mmemcpy
CRUNCHBIN= ramdiskbin
CRUNCHGEN_FLAGS= -d "${DBG}"