Title: [283878] trunk
- Revision
- 283878
- Author
- [email protected]
- Date
- 2021-10-10 14:28:42 -0700 (Sun, 10 Oct 2021)
Log Message
[WPE] Reenable -fvisibility=hidden and -fvisibility-inlines-hidden
https://bugs.webkit.org/show_bug.cgi?id=222860
Patch by Michael Catanzaro <[email protected]> on 2021-10-10
Reviewed by Philippe Normand.
* Source/cmake/OptionsWPE.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (283877 => 283878)
--- trunk/ChangeLog 2021-10-10 20:42:23 UTC (rev 283877)
+++ trunk/ChangeLog 2021-10-10 21:28:42 UTC (rev 283878)
@@ -1,3 +1,12 @@
+2021-10-10 Michael Catanzaro <[email protected]>
+
+ [WPE] Reenable -fvisibility=hidden and -fvisibility-inlines-hidden
+ https://bugs.webkit.org/show_bug.cgi?id=222860
+
+ Reviewed by Philippe Normand.
+
+ * Source/cmake/OptionsWPE.cmake:
+
2021-10-10 Adrian Perez de Castro <[email protected]>
Unreviewed. Add GitHub username for Adrian Perez de Castro
Modified: trunk/Source/cmake/OptionsWPE.cmake (283877 => 283878)
--- trunk/Source/cmake/OptionsWPE.cmake 2021-10-10 20:42:23 UTC (rev 283877)
+++ trunk/Source/cmake/OptionsWPE.cmake 2021-10-10 21:28:42 UTC (rev 283878)
@@ -146,6 +146,10 @@
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
endif ()
+set(CMAKE_C_VISIBILITY_PRESET hidden)
+set(CMAKE_CXX_VISIBILITY_PRESET hidden)
+set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
+
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
set(LIB_INSTALL_DIR "${CMAKE_INSTALL_FULL_LIBDIR}" CACHE PATH "Absolute path to library installation directory")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes