Makefile.inc revision 1.12
11.12Sdsl# $NetBSD: Makefile.inc,v 1.12 2014/05/01 18:37:26 dsl Exp $ 21.5Sdogcow 31.5Sdogcow.include <bsd.own.mk> 41.1Sthorpej 51.1SthorpejBINDIR= /usr/mdec 61.7Sjoerg 71.12SdslOPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \ 81.12Sdsl -fno-asynchronous-unwind-tables -fno-exceptions 91.8SjoergOPT_SIZE.clang= -Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \ 101.7Sjoerg -fno-stack-protector -mno-sse \ 111.9Sjoerg -mstack-alignment=4 \ 121.11Sjoerg -mllvm -inline-threshold=3 -mllvm -enable-load-pre=false \ 131.11Sjoerg -fno-unwind-tables 14