[Webkit-unassigned] [Bug 200074] New: [CMake] CMAKE_SHARED_LINKER_FLAGS drops "-Wl, --no-undefined"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 24 00:09:10 PDT 2019


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

            Bug ID: 200074
           Summary: [CMake] CMAKE_SHARED_LINKER_FLAGS drops
                    "-Wl,--no-undefined"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[CMake] CMAKE_SHARED_LINKER_FLAGS drops "-Wl,--no-undefined"

Although WebKitCompilerFlags.cmake adds "-Wl,--no-undefined"
CMAKE_SHARED_LINKER_FLAGS, I found it isn't effective (Bug 199625 Comment 24).

OptionsCommon.cmake has a typo.

> set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=lld -Wl,--disable-new-dtags")

CMAKE_EXE_LINKER_FLAGS should be CMAKE_SHARED_LINKER_FLAGS.

-- 
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/20190724/8d512525/attachment.html>


More information about the webkit-unassigned mailing list