Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
disable dlopen when under sanitizers
[simgrid.git] / tools / cmake / src / internal_config.h.in
index aac7ce0..90d8c70 100644 (file)
 #cmakedefine01 HAVE_GRAPHVIZ
 /* The lib unwind library (for MC and backtrace display) */
 #cmakedefine01 HAVE_LIBUNWIND
+/* Whether we are built under a sanitizer (to disable dlopen privatization) */
+#cmakedefine01 HAVE_SANITIZER