From 358f9165fbd44de6c27a9f33d388a6e8ba47b199 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 10 Mar 2021 22:52:29 +0000 Subject: Build install media with -fno-asynchronous-unwind-tables to further reduce size. Allows a clang 11 amd64 release to complete without overflowing the floppy image. ok kettenis@ deraadt@ --- distrib/special/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'distrib/special') diff --git a/distrib/special/Makefile.inc b/distrib/special/Makefile.inc index 733d4964d8b..bc3c3ab6a96 100644 --- a/distrib/special/Makefile.inc +++ b/distrib/special/Makefile.inc @@ -1,6 +1,7 @@ # options for all the directories below -COPTS+=-Oz -fno-stack-protector -fno-unwind-tables +COPTS+=-Oz -fno-stack-protector +COPTS+=-fno-unwind-tables -fno-asynchronous-unwind-tables MAN= LDSTATIC=-static NOPIE= -- cgit v1.2.3