Makefile.inc revision 1.14
11.14Schristos# $NetBSD: Makefile.inc,v 1.14 2018/02/22 01:37:04 christos 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.14Schristos -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse 91.8SjoergOPT_SIZE.clang= -Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \ 101.7Sjoerg -fno-stack-protector -mno-sse \ 111.9Sjoerg -mstack-alignment=4 \ 121.11Sjoerg -fno-unwind-tables 13