git: boot - Force -O
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Aug 7 01:36:09 PDT 2016
commit 46ddd68f6ccef49373c7505b2bb6b95e9ac0097d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Aug 7 01:34:54 2016 -0700
boot - Force -O
* Always force -O for the boot code. -O2 will implode it. This is a bit
weird but -O will override any prior -O2. We still want other CFLAGS
that mk scripts supply so we can't just set CFLAGS=
Summary of changes:
sys/boot/common/Makefile.inc | 4 ++++
sys/boot/dloader/Makefile | 4 ++++
sys/boot/efi/Makefile.inc | 1 +
sys/boot/libstand32/Makefile | 4 ++++
sys/boot/pc32/Makefile.inc | 3 +++
5 files changed, 16 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/46ddd68f6ccef49373c7505b2bb6b95e9ac0097d
--
DragonFly BSD source repository
More information about the Commits
mailing list