Bug 253797 - [WPE] Link fails due to undefined inlines with -Wl,--as-needed
Summary: [WPE] Link fails due to undefined inlines with -Wl,--as-needed
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-12 15:22 PDT by Adrian Perez
Modified: 2023-03-12 15:22 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2023-03-12 15:22:03 PDT
Using LDFLAGS='-Wl,--as-needed' with the GNU binutils linker results
in linker failure due to references to inline functions which were
declared but never defined.