Switch from -Os to -O2

This commit is contained in:
Dave Jones 2011-12-05 16:02:54 -05:00
parent 820b81af20
commit acb2fd5ebe
2 changed files with 4 additions and 1 deletions

View File

@ -3770,7 +3770,7 @@ CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_INFO=y
CONFIG_FRAME_POINTER=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
# CONFIG_DEBUG_DRIVER is not set
CONFIG_HEADERS_CHECK=y
# CONFIG_RCU_TORTURE_TEST is not set

View File

@ -2194,6 +2194,9 @@ fi
# and build.
%changelog
* Mon Dec 05 2011 Dave Jones <davej@redhat.com>
- Switch from -Os to -O2
* Thu Dec 01 2011 Josh Boyer <jwboyer@redhat.com>
- Apply patch to revert mac80211 scan optimizations (rhbz #731365)
- Disable the existing brcm80211 staging drivers (rhbz #759109)