On Oct 18, 2013, at 15:30, Raphael Kubo da Costa <rak...@freebsd.org> wrote: > Alonso Schaich <alonsoscha...@fastmail.fm> writes: > >> SVN commit 9630 by aschai: >> >> Disable OTT optimization that breaks clang's linker. While here, enable the >> RAWSPEED build, track missing dependecies, USE pkgconfig and fix a broken C++ >> procedure. > > It would be nice to contact dim@ and the others in the clang team, I'm > sure they'be very interested in fixing those linking errors you mention > with -O4.
For clang, -O4 means to use link time optimizations, but those are not implemented yet. Therefore, please use a maximum of -O3 for now. :-) -Dimitry
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information