Skip to content
Snippets Groups Projects
Commit 7dda91f0 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #1254: Override the now default C++ debug compile flag -D_GLIBCXX_DEBUG...

Task #1254: Override the now default C++ debug compile flag -D_GLIBCXX_DEBUG (issue #5540) for lhn001, because Python (or Boost.Python) barfs on it with a '*** glibc detected *** python: free(): invalid pointer'
parent da45ce86
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ...@@ -15,3 +15,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"/log4cxx/helpers/objectptr.h:[0-9]+: warning: base class" "/log4cxx/helpers/objectptr.h:[0-9]+: warning: base class"
"/log4cxx/helpers/objectptr.h:[0-9]+: warning: dereferencing type-punned pointer" "/log4cxx/helpers/objectptr.h:[0-9]+: warning: dereferencing type-punned pointer"
) )
# Drop the now default C++ debug compile flag -D_GLIBCXX_DEBUG, because Python
# (or Boost.Python) barfs on it (glibc detected: python free(): invalid pointer)
set(GNU_CXX_FLAGS_DEBUG "-g")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment