Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f2ca9cb543ab57e3afedba3a6301962af3be4d15
      
https://github.com/WebKit/WebKit/commit/f2ca9cb543ab57e3afedba3a6301962af3be4d15
  Author: Keith Miller <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to