CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/18 08:25:14
Modified files:
distrib/special: Makefile.inc
share/mk : bsd.lib.mk
usr.sbin/crunchgen: crunchgen.c
Log message:
Ensure that the install media are built with a consistent set of
compiler flags. Pass DIST_CFLAGS from the crunchgen-generated .mk
file.
Compile the install media with -fno-unwind-tables to avoid emitting
.eh_frame sections. This saves substantial space on amd64.
with/ok kettenis@
