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
#21869 added -D_LIBCPP_DEBUG=1 to the Linux CPPFLAGS in depends. Ideally we could add this to the darwin CPPFLAGS in depends as well, however that does not work out of the box.
#21869 added
-D_LIBCPP_DEBUG=1to the Linux CPPFLAGS in depends. Ideally we could add this to the darwin CPPFLAGS in depends as well, however that does not work out of the box.Related: https://libcxx.llvm.org/docs/DesignDocs/DebugMode.html.