Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
provide a backtrace implementation that uses boost.stacktrace
[simgrid.git] / tools / cmake / src / internal_config.h.in
index ae69684..20ffec7 100644 (file)
@@ -25,6 +25,7 @@
 #cmakedefine01 HAVE_VALGRIND_H
 
 /* Address Sanitizer */
+#cmakedefine01 HAVE_SANITIZER_THREAD
 #cmakedefine01 HAVE_SANITIZER_ADDRESS
 #cmakedefine01 HAVE_SANITIZER_ADDRESS_FIBER_SUPPORT
 
 #cmakedefine01 HAVE_GRAPHVIZ
 /* The lib unwind library (for MC and backtrace display) */
 #cmakedefine01 HAVE_LIBUNWIND
+/* The boost_stacktrace_backtrace library */
+#cmakedefine01 HAVE_BOOST_STACKTRACE