You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Cautiously enable the safe hardened mode in libc++.
114
+
# Cautiously enable the extensive hardening mode in libc++.
115
115
if((DEFINED LIBCXX_HARDENING_MODE) AND
116
-
(NOT LIBCXX_HARDENING_MODE STREQUAL"safe"))
117
-
message(WARNING "LLVM_ENABLE_ASSERTIONS implies LIBCXX_HARDENING_MODE \"safe\" but is overriden from command line with value \"${LIBCXX_HARDENING_MODE}\".")
116
+
(NOT LIBCXX_HARDENING_MODE STREQUAL"extensive"))
117
+
message(WARNING "LLVM_ENABLE_ASSERTIONS implies LIBCXX_HARDENING_MODE \"extensive\" but is overriden from command line with value \"${LIBCXX_HARDENING_MODE}\".")
0 commit comments