https://bugzilla.redhat.com/show_bug.cgi?id=1371158 Ralf Corsepius <rc040203@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203@xxxxxxxxxx --- Comment #4 from Ralf Corsepius <rc040203@xxxxxxxxxx> --- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx