Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9ec36fa5383c17f98ef36b4b1cecc2972271ce0
https://github.com/WebKit/WebKit/commit/d9ec36fa5383c17f98ef36b4b1cecc2972271ce0
Author: Michael Catanzaro <[email protected]>
Date: 2025-11-10 (Mon, 10 Nov 2025)
Changed paths:
M Source/cmake/OptionsCommon.cmake
Log Message:
-----------
REGRESSION(301772@main): [CMake] Cannot extract debuginfo using debugedit
https://bugs.webkit.org/show_bug.cgi?id=302021
Reviewed by Carlos Alberto Lopez Perez.
This flag breaks debugedit's ability to find source files. Fortunately,
we can simply limit its use to DEVELOPER_MODE, so developers using the
shared remote cache will still benefit.
Also, prepend the flag rather than append it, since this flag is not
a fundamental requirement and it should be possible to override it using
CFLAGS/CXXFLAGS.
Canonical link: https://commits.webkit.org/302796@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications