1 # $NetBSD: Makefile.inc,v 1.12 2014/05/01 18:37:26 dsl Exp $
7 OPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \
8 -fno-asynchronous-unwind-tables -fno-exceptions
9 OPT_SIZE.clang= -Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
10 -fno-stack-protector -mno-sse \
12 -mllvm -inline-threshold=3 -mllvm -enable-load-pre=false \