diff options
Diffstat (limited to 'sys/arch/luna88k/conf/Makefile.luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 0afdfea3817..9d9ffce5b8a 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.80 2018/02/09 03:59:15 tb Exp $ +# $OpenBSD: Makefile.luna88k,v 1.81 2019/04/14 14:07:06 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -37,6 +37,7 @@ CMACHFLAGS+= -fno-stack-protector .endif .if ${IDENT:M-DSMALL_KERNEL} SORTR= cat +COPTS?= -Oz .endif DEBUG?= -g |