[webkit-changes] [WebKit/WebKit] ed3850: [JSC] Allow LocalOverrides.xcconfig to disable Ver...
Keith Miller
noreply at github.com
Tue Sep 24 13:43:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ed385081598ca53921e3152b693c39a694c84f73
https://github.com/WebKit/WebKit/commit/ed385081598ca53921e3152b693c39a694c84f73
Author: Keith Miller <keith_miller at apple.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig
Log Message:
-----------
[JSC] Allow LocalOverrides.xcconfig to disable VerifyModule/TAPI checks
https://bugs.webkit.org/show_bug.cgi?id=280276
rdar://136597730
Reviewed by Elliott Williams.
These validation steps take upwards of 1 minute for incremental builds. I've yet to have either find a bug for me so
this patch adds settings to disable them: `JSC_OVERRIDE_ENABLE_MODULE_VERIFIER` and `JSC_OVERRIDE_SUPPORTS_TEXT_BASED_API`
If these are not set the current settings are used.
* Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig:
Canonical link: https://commits.webkit.org/284179@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