https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222
--- Comment #11 from [email protected] --- CFLAGS, COPTFLAGS, LDFLAGS are as follows: # make -VCFLAGS -Vsp -VCOPTFLAGS -Vsp -VLDFLAGS -pipe -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UDEBUG -DUSB_HAVE_DISABLE_ENUM -O3 -fno-math-errno -fomit-frame-pointer -Wno-error=unused-command-line-argument -Wl,--hash-style=sysv -march=haswell -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UDEBUG -DUSB_HAVE_DISABLE_ENUM -fno-math-errno -fomit-frame-pointer -Wno-error=unused-command-line-argument -Wl,--hash-style=sysv -O2 # ie no LDFLAGS. Differences in make.conf files between the working kernel/world builds (prior to May) and now is that we: - removed -O3 from COPTFLAGS, we explicitly state -O2 - Added TARGET=amd64 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
