Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add some boost libs to our debugging whitelisting
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Mon, 7 Sep 2015 20:11:42 +0000 (22:11 +0200)
committerGabriel Corona <gabriel.corona@enst-bretagne.fr>
Mon, 7 Sep 2015 20:11:42 +0000 (22:11 +0200)
This is needed because boost_context now pulls other boost libs.

src/mc/mc_process.cpp

index c29ebcf..1cc3a38 100644 (file)
@@ -54,7 +54,10 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_process, mc,
 static const char *const FILTERED_LIBS[] = {
   "ld",
   "libbz2",
+  "libboost_chrono",
   "libboost_context",
+  "libboost_system",
+  "libboost_thread",
   "libc",
   "libc++",
   "libcdt",