From 77b662da50ef9148e1c722c4e87969872e47b2e5 Mon Sep 17 00:00:00 2001 From: Dominik Thoennes <dominik.thoennes@fau.de> Date: Wed, 28 Oct 2020 12:43:12 +0100 Subject: [PATCH] increase libcc debug level --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f4df68cc..f14628bdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -373,7 +373,7 @@ endif ( ) if( WALBERLA_CXX_COMPILER_IS_GNU OR WALBERLA_CXX_COMPILER_IS_INTEL OR WALBERLA_CXX_COMPILER_IS_CLANG ) if ( WALBERLA_STL_BOUNDS_CHECKS ) add_definitions ( "-D_GLIBCXX_DEBUG" ) - add_definitions ( "-D_LIBCPP_DEBUG" ) + add_definitions ( "-D_LIBCPP_DEBUG=1" ) endif() endif() -- GitLab