From: Arnaud Giersch Date: Thu, 28 Sep 2017 13:53:22 +0000 (+0200) Subject: Check if ASan is enabled from CMake, and define variables. X-Git-Tag: v3_17~65 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/68123963f3f6ed0447459cb86e87f330dfe26ffd?hp=68123963f3f6ed0447459cb86e87f330dfe26ffd Check if ASan is enabled from CMake, and define variables. HAVE_SANITIZE_ADDRESS if AddressSanitizer is enabled HAVE_SANITIZE_ADDRESS_FIBER_SUPPORT if current ASan version includes Fiber annotation interface Update smpi_memory.cpp in consequence. ---