[Webkit-unassigned] [Bug 222860] New: [WPE] Reenable -fvisibility=hidden and -fvisibility-inlines-hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 6 06:33:44 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222860

            Bug ID: 222860
           Summary: [WPE] Reenable -fvisibility=hidden and
                    -fvisibility-inlines-hidden
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: bugs-noreply at webkitgtk.org

This is a follow-up from bug #181916. We should just need to add this to OptionsWPE.cmake:

set(CMAKE_C_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)

But first we need to add more exports until it builds. E.g. the entire QtWPE API is not exported.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210306/3dc45c7d/attachment.htm>


More information about the webkit-unassigned mailing list