Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 69acaeddc2f92e1bb4a45ff299b8d38c95f71e63
https://github.com/WebKit/WebKit/commit/69acaeddc2f92e1bb4a45ff299b8d38c95f71e63
Author: Alex Christensen <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M CMakePresets.json
M Source/cmake/WebKitCompilerFlags.cmake
M Source/cmake/WebKitMacros.cmake
Log Message:
-----------
Fix mac-dev-debug-o3 cmake build
https://bugs.webkit.org/show_bug.cgi?id=322056
rdar://185246834
Reviewed by Zak Ridouh.
Otherwise I get a lot of linker failures like this:
Undefined symbols for architecture arm64e:
"JSC::Identifier::fromUid(JSC::VM&, WTF::UniquedStringImpl*)", referenced
from:
.../WebKitBuild/cmake-mac/DebugO3/Source/WebCore/CMakeFiles/WebCoreStyle.dir/WebCoreStyle_pch_obj.cpp.o
"void* JSC::allocateCell<JSC::JSFinalObject>(JSC::VM&, unsigned long)",
referenced from:
.../WebKitBuild/cmake-mac/DebugO3/Source/WebCore/CMakeFiles/WebCoreStyle.dir/WebCoreStyle_pch_obj.cpp.o
"void* JSC::allocateCell<JSC::CustomGetterSetter>(JSC::VM&, unsigned long)",
referenced from:
.../WebKitBuild/cmake-mac/DebugO3/Source/WebCore/CMakeFiles/WebCoreStyle.dir/WebCoreStyle_pch_obj.cpp.o
...
* CMakePresets.json:
* Source/cmake/WebKitCompilerFlags.cmake:
* Source/cmake/WebKitMacros.cmake:
Canonical link: https://commits.webkit.org/319466@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications