[webkit-changes] [WebKit/WebKit] 5dfbc6: [CMake][GLib] Propagate unified build setting to m...
Adrian Perez
noreply at github.com
Thu May 30 04:59:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5dfbc67f91ea412829e4f77603be555dd0e6568f
https://github.com/WebKit/WebKit/commit/5dfbc67f91ea412829e4f77603be555dd0e6568f
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M Source/cmake/WebKitDist.cmake
Log Message:
-----------
[CMake][GLib] Propagate unified build setting to make-dist script
https://bugs.webkit.org/show_bug.cgi?id=274894
Reviewed by Carlos Garcia Campos.
Pass --unified to make-dist if ENABLE_UNIFIED_BUILDS has been enabled.
While at it, change the WEBKIT_DECLARE_DIST_TARGETS() macro to be a
function: it does not modify the caller environment in any way so there
is no reason for it to be a macro. This makes it easier to have a new
local variable that does not pollute the scope of the caller.
* Source/cmake/WebKitDist.cmake:
Canonical link: https://commits.webkit.org/279509@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list