From: Arnaud Giersch Date: Fri, 1 Dec 2017 07:41:20 +0000 (+0100) Subject: MC: allow compile optimizations in src/kernel/lmm/. X-Git-Tag: v3.18~192 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e50b11790adbea41e15ddcb39441ada070877bd4 MC: allow compile optimizations in src/kernel/lmm/. C++ with boost is really slow without them (mainly boost::intrusive::list here). --- diff --git a/tools/cmake/GCCFlags.cmake b/tools/cmake/GCCFlags.cmake index 9f74d0f509..f093b3b84b 100644 --- a/tools/cmake/GCCFlags.cmake +++ b/tools/cmake/GCCFlags.cmake @@ -149,6 +149,7 @@ if(enable_model-checking AND enable_compile_optimizations) set(optCFLAGS "-O0 ") # But you can still optimize this: foreach(s + src/kernel/lmm/fair_bottleneck.cpp src/kernel/lmm/lagrange.cpp src/kernel/lmm/maxmin.cpp src/xbt/mmalloc/mm.c src/xbt/log.c src/xbt/xbt_log_appender_file.c src/xbt/xbt_log_layout_format.c src/xbt/xbt_log_layout_simple.c