Changeset 180673 in webkit
- Timestamp:
- Feb 26, 2015, 5:53:59 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/OptionsEfl.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r180502 r180673 1 2015-02-26 Csaba Osztrogonác <ossy@webkit.org> 2 3 [EFL] Remove unnecessary comment after r179110 4 https://bugs.webkit.org/show_bug.cgi?id=142042 5 6 Reviewed by Gyuyoung Kim. 7 8 * Source/cmake/OptionsEfl.cmake: 9 1 10 2015-02-23 Tomas Popela <tpopela@redhat.com> 2 11 -
trunk/Source/cmake/OptionsEfl.cmake
r179110 r180673 259 259 260 260 # Optimize binary size for release builds by removing dead sections on unix/gcc. 261 # Push of rbp is needed after JSC JIT uses CStack.262 261 if (CMAKE_COMPILER_IS_GNUCC AND UNIX AND NOT APPLE) 263 262 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -ffunction-sections -fdata-sections")
Note:
See TracChangeset
for help on using the changeset viewer.