On Fri, Jul 01, 2011 at 02:15:08PM +0200, Dan Horák wrote:
> when I'm building Code::Block in rawhide I'm getting into troubles with
> the "relro" feature when combined with pre-compiled headers.
> 
> with default flags I get:

Putting -Wl,-z,relro into CFLAGS or CXXFLAGS is a mistake, -Wl,-z,relro
should go into LDFLAGS instead.

        Jakub
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to