https://bugzilla.redhat.com/show_bug.cgi?id=1371158

Ralf Corsepius <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #4 from Ralf Corsepius <[email protected]> ---
Building doesn't honor optflags correctly:

From build.log:
...
cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector-strong --param=ssp-buffer-size=4
-grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64
-mtune=generic -O3 -fPIC -o ebtree.o -c ebtree.c
...
cc -O3 -fPIC -o test32 test32.c -L. -lebtree
...

In the first call, the -O3 near to the end overrides -O2.

In the second call optflags isn't used at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to