diff --git a/rpm.changes b/rpm.changes index 8708bf3..b1c46fb 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 10 02:40:22 UTC 2011 - crrodriguez@opensuse.org + +- Do not use -fno-strict-aliasing globally, the code + already does in places where really needed. + ------------------------------------------------------------------- Tue Jul 26 19:09:31 CEST 2011 - mls@suse.de diff --git a/rpm.spec b/rpm.spec index 2f521e8..722f94d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -190,7 +190,7 @@ rm -f m4/libtool.m4 rm -f m4/lt*.m4 %build -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -ffunction-sections" +export CFLAGS="$RPM_OPT_FLAGS -ffunction-sections" export LDFLAGS="-Wl,-Bsymbolic-functions -ffunction-sections" %ifarch alpha export CFLAGS="-g -O0 -fno-strict-aliasing"