From 3960373b15cfb7f17759c823fc456bfa184bdbc9 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 7 Nov 2021 06:11:01 +1000 Subject: [PATCH] Add _GLIBCXX_DEBUG to conan GCC debug profile --- conan/profile/x86_64-gcc-linux-debug | 1 + 1 file changed, 1 insertion(+) diff --git a/conan/profile/x86_64-gcc-linux-debug b/conan/profile/x86_64-gcc-linux-debug index eb07657..423b324 100644 --- a/conan/profile/x86_64-gcc-linux-debug +++ b/conan/profile/x86_64-gcc-linux-debug @@ -15,3 +15,4 @@ build_type=Debug [env] CC=gcc CXX=g++ +CXXFLAGS=-D_GLIBCXX_DEBUG