> Is it just me or is -O2 now the default for kernel builds? What about > -Os, safe to use?
As I understand the gcc description, -Os is -O2 with options turned off that possibly lead to increased code size. So it should work. Norbert _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
