Skip to content

Commit 141e191

Browse files
authored
Set _LIBCPP_HARDENING_MODE_DEFAULT instead of _LIBCPP_HARDENING_MODE (#24151)
Fixes: #24137
1 parent 41a730a commit 141e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/lib/libcxx/include/__config_site

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#define _LIBCPP_ABI_NAMESPACE __2
77
// Emscripten doesn't use PSTL at the moment.
88
#define _LIBCPP_PSTL_BACKEND_SERIAL
9-
#define _LIBCPP_HARDENING_MODE _LIBCPP_HARDENING_MODE_NONE
9+
#define _LIBCPP_HARDENING_MODE_DEFAULT _LIBCPP_HARDENING_MODE_NONE
1010
#define _LIBCPP_HAS_NO_TIME_ZONE_DATABASE

0 commit comments

Comments
 (0)