Remove some manual size tuning that no longer seems to be needed.

This commit is contained in:
joerg 2017-01-12 22:16:29 +00:00
parent 314c5d1975
commit 3ddb200518

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.12 2014/05/01 18:37:26 dsl Exp $
# $NetBSD: Makefile.inc,v 1.13 2017/01/12 22:16:29 joerg Exp $
.include <bsd.own.mk>
@ -9,5 +9,4 @@ OPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \
OPT_SIZE.clang= -Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
-fno-stack-protector -mno-sse \
-mstack-alignment=4 \
-mllvm -inline-threshold=3 -mllvm -enable-load-pre=false \
-fno-unwind-tables