Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 15962ef4b57b04723511e04e7fea7bcc2deab83f
https://github.com/WebKit/WebKit/commit/15962ef4b57b04723511e04e7fea7bcc2deab83f
Author: Yusuke Suzuki <[email protected]>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M CMakePresets.json
Log Message:
-----------
[CMake] Align Release / RelWithDebInfo optimization-level and debug-info to
Xcode
https://bugs.webkit.org/show_bug.cgi?id=313788
rdar://175982252
Reviewed by Pascoe.
Aligning build configuration to Xcode.
1. Xcode Release WebKit build is always having `-g`. Align CMake to this.
2. RelWithDebInfo is using O2 while Release is using O3. Aligning it to O3.
* CMakePresets.json:
Canonical link: https://commits.webkit.org/312402@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications