RESOLVED FIXED 272878
Modernize the way we enable libc++ assertions
https://bugs.webkit.org/show_bug.cgi?id=272878
Summary Modernize the way we enable libc++ assertions
Chris Dumez
Reported 2024-04-17 20:48:10 PDT
Modernize the way we enable libc++ assertions. `-D_LIBCPP_ENABLE_ASSERTIONS=1` is deprecated and will eventually stop working. It is now recommended to use `CLANG_CXX_STANDARD_LIBRARY_HARDENING = extensive;` instead.
Attachments
Chris Dumez
Comment 1 2024-04-17 20:49:51 PDT
EWS
Comment 2 2024-04-18 20:52:57 PDT
Committed 277723@main (90f7cfafc165): <https://commits.webkit.org/277723@main> Reviewed commits have been landed. Closing PR #27432 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-04-18 20:53:17 PDT
Note You need to log in before you can comment on or make changes to this bug.