Skip to content
Snippets Groups Projects
Commit 42ca21a6 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Added debug mode for standard C++ library in debug mode

parent 48308a8b
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ include_directories(${Kokkos_INCLUDE_DIRS_RET})
include(GetKokkosCompilerFlags)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
# Add debug mode for Standard C++ library
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_GLIBCXX_DEBUG -D_LIBCPP_DEBUG=1")
#------------------------------------------------------
# Rang (colors? Useless thus necessary!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment