boot - Force -O
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 7 Aug 2016 08:34:54 +0000 (01:34 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 7 Aug 2016 08:34:54 +0000 (01:34 -0700)
commit46ddd68f6ccef49373c7505b2bb6b95e9ac0097d
treed2900afaec422231cb7f6ca42cce8821286fb15c
parentc1d69b4e943be0ac0b9e60cf997891209e8f7198
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=
sys/boot/common/Makefile.inc
sys/boot/dloader/Makefile
sys/boot/efi/Makefile.inc
sys/boot/libstand32/Makefile
sys/boot/pc32/Makefile.inc