Title: [180673] trunk
- Revision
- 180673
- Author
- [email protected]
- Date
- 2015-02-26 05:53:59 -0800 (Thu, 26 Feb 2015)
Log Message
[EFL] Remove unnecessary comment after r179110
https://bugs.webkit.org/show_bug.cgi?id=142042
Reviewed by Gyuyoung Kim.
* Source/cmake/OptionsEfl.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (180672 => 180673)
--- trunk/ChangeLog 2015-02-26 13:44:40 UTC (rev 180672)
+++ trunk/ChangeLog 2015-02-26 13:53:59 UTC (rev 180673)
@@ -1,3 +1,12 @@
+2015-02-26 Csaba Osztrogonác <[email protected]>
+
+ [EFL] Remove unnecessary comment after r179110
+ https://bugs.webkit.org/show_bug.cgi?id=142042
+
+ Reviewed by Gyuyoung Kim.
+
+ * Source/cmake/OptionsEfl.cmake:
+
2015-02-23 Tomas Popela <[email protected]>
[GTK] Fails to compile with cmake 3.2.x
Modified: trunk/Source/cmake/OptionsEfl.cmake (180672 => 180673)
--- trunk/Source/cmake/OptionsEfl.cmake 2015-02-26 13:44:40 UTC (rev 180672)
+++ trunk/Source/cmake/OptionsEfl.cmake 2015-02-26 13:53:59 UTC (rev 180673)
@@ -258,7 +258,6 @@
set(CPACK_SOURCE_GENERATOR TBZ2)
# Optimize binary size for release builds by removing dead sections on unix/gcc.
-# Push of rbp is needed after JSC JIT uses CStack.
if (CMAKE_COMPILER_IS_GNUCC AND UNIX AND NOT APPLE)
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -ffunction-sections -fdata-sections")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ffunction-sections -fdata-sections -fno-rtti")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes