[webkit-changes] [WebKit/WebKit] dc2c6e: Regression(277723 at main) libcpp assertions got disa...

Chris Dumez noreply at github.com
Mon May 6 20:44:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc2c6e2bbb6ae611016071c598c2be97cbb0b936
      https://github.com/WebKit/WebKit/commit/dc2c6e2bbb6ae611016071c598c2be97cbb0b936
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    M Configurations/CommonBase.xcconfig

  Log Message:
  -----------
  Regression(277723 at main) libcpp assertions got disabled on down-levels
https://bugs.webkit.org/show_bug.cgi?id=273795

Reviewed by David Kilzer.

libcpp assertions got disabled on down-levels in 277723 at main because older
versions of Xcode do not support `CLANG_CXX_STANDARD_LIBRARY_HARDENING`.

Re-introduce the old way to enable the assertions (in addition to new new
one).

* Configurations/CommonBase.xcconfig:

Canonical link: https://commits.webkit.org/278441@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