Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0516da02dbc32c06f61769088526878ac45ad276
https://github.com/WebKit/WebKit/commit/0516da02dbc32c06f61769088526878ac45ad276
Author: Brandon Stewart <[email protected]>
Date: 2026-04-21 (Tue, 21 Apr 2026)
Changed paths:
M Source/cmake/OptionsMac.cmake
M Tools/Scripts/build-webkit
Log Message:
-----------
[cmake] build-webkit --cmake should disable experimental features on macOS
https://bugs.webkit.org/show_bug.cgi?id=312833
rdar://175203793
Reviewed by Geoffrey Garen.
The Xcode build does not enable ENABLE_EXPERIMENTAL_FEATURES, but the CMake
build on macOS was passing -DENABLE_EXPERIMENTAL_FEATURES=ON by default. This
divergence causes CMake builds to include incomplete or unstable feature code
that the Xcode build intentionally excludes.
Disable experimental features by default when using --cmake on Apple Cocoa
platforms, matching the Xcode build behavior.
* Source/cmake/OptionsMac.cmake:
* Tools/Scripts/build-webkit:
Canonical link: https://commits.webkit.org/311675@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications