Bug ID | 1200834 |
---|---|
Summary | inconsistent optflags rpm-config-SUSE vs prjconf |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | dimstar@opensuse.org |
Reporter | lnussel@suse.com |
QA Contact | qa-bugs@suse.de |
CC | mls@suse.com |
Found By | --- |
Blocker | --- |
Factory prjconf has Optflags: * -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type %%{?_lto_ cflags} While rpm has eg /usr/lib/rpm/rpmrc:optflags: x86_64 -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables So local builds end up with different results. Would be better to keep this consistent IMO.