⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 180673 in webkit


Ignore:
Timestamp:
Feb 26, 2015, 5:53:59 AM (12 years ago)
Author:
Csaba Osztrogonác
Message:

[EFL] Remove unnecessary comment after r179110
https://bugs.webkit.org/show_bug.cgi?id=142042

Reviewed by Gyuyoung Kim.

  • Source/cmake/OptionsEfl.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r180502 r180673  
     12015-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
    1102015-02-23  Tomas Popela  <tpopela@redhat.com>
    211
  • trunk/Source/cmake/OptionsEfl.cmake

    r179110 r180673  
    259259
    260260# Optimize binary size for release builds by removing dead sections on unix/gcc.
    261 # Push of rbp is needed after JSC JIT uses CStack.
    262261if (CMAKE_COMPILER_IS_GNUCC AND UNIX AND NOT APPLE)
    263262    set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -ffunction-sections -fdata-sections")
Note: See TracChangeset for help on using the changeset viewer.