[webkit-changes] [WebKit/WebKit] f2ca9c: JSC restricted options should be available by defa...
Keith Miller
noreply at github.com
Tue Aug 6 14:36:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f2ca9cb543ab57e3afedba3a6301962af3be4d15
https://github.com/WebKit/WebKit/commit/f2ca9cb543ab57e3afedba3a6301962af3be4d15
Author: Keith Miller <keith_miller at apple.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M Source/JavaScriptCore/Configurations/DebugRelease.xcconfig
M Source/JavaScriptCore/runtime/Options.cpp
Log Message:
-----------
JSC restricted options should be available by default in development builds
https://bugs.webkit.org/show_bug.cgi?id=277689
rdar://133304364
Reviewed by Yusuke Suzuki.
Right now it's available when NDEBUG isn't defined (aka Debug builds). But
we have an xcconfig specifically for development builds. We can just set
a preprocessor flag there so it only shows up for Debug/Release builds and
not in Production.
* Source/JavaScriptCore/Configurations/DebugRelease.xcconfig:
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::Options::initialize):
Canonical link: https://commits.webkit.org/281917@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