It is normal practive for distribution packagers to inject their own set of
CFLAGS.
Typical CFLAGS for openSUSE builds for example are:
-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector
-funwind-tables -fasynchronous-unwind-tables
=> This differs for other dists, so it is NOT MEANT to add those to your build.
But, allowind a distribution to easily extend them would be nice.
Attached patch does just that:
It EXTENDS the distributors CFLAGS variable with the one needed by you
(minor change: cha
Original issue reported on code.google.com by dominiqu...@gmail.com on 5 Aug 2012 at 1:31
Original issue reported on code.google.com by
dominiqu...@gmail.com
on 5 Aug 2012 at 1:31Attachments: