On Fri, Nov 8, 2013 at 7:30 PM, Christian Schulte <c...@schulte.it> wrote: > are the i386 GENERIC and GENERIC.MP kernels built using '-O2' as is > setup in '/usr/src/sys/arch/i386/conf/Makefile.i386' or is COPTS set to > something else in '/etc/mk.conf' during 'make release' ?
COPTS is overridden when building the ramdisk kernels, but it's left alone for the normal GENERIC/GENERIC.* kernels. So yes, if your /etc/mk.conf sets COPTS, it'll affect them. Philip Guenther