Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/compilerDefinitions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if(CPPCHK_GLIBCXX_DEBUG AND UNIX AND CMAKE_BUILD_TYPE STREQUAL "Debug")
add_definitions(-D_LIBCPP_ENABLE_ASSERTIONS=1)
endif()
# TODO: also add _LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS?
add_definitions(-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES)
endif()
else()
# TODO: check if this can be enabled again for Clang - also done in Makefile
Expand Down