We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_LIBCPP_REMOVE_TRANSITIVE_INCLUDES
1 parent 695c377 commit 31a5db8Copy full SHA for 31a5db8
cmake/compilerDefinitions.cmake
@@ -22,6 +22,7 @@ if(CPPCHK_GLIBCXX_DEBUG AND UNIX AND CMAKE_BUILD_TYPE STREQUAL "Debug")
22
add_definitions(-D_LIBCPP_ENABLE_ASSERTIONS=1)
23
endif()
24
# TODO: also add _LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS?
25
+ add_definitions(-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES)
26
27
else()
28
# TODO: check if this can be enabled again for Clang - also done in Makefile
0 commit comments