From: Martin Quinson Date: Wed, 27 Apr 2016 09:25:17 +0000 (+0200) Subject: these files are gone, don't specify their optim level X-Git-Tag: v3_13~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c25f920ad3d68acf22e23a5fea0dfa7d30c48e50 these files are gone, don't specify their optim level --- diff --git a/tools/cmake/GCCFlags.cmake b/tools/cmake/GCCFlags.cmake index 1b29b677bc..d4202acd9a 100644 --- a/tools/cmake/GCCFlags.cmake +++ b/tools/cmake/GCCFlags.cmake @@ -109,14 +109,11 @@ if(enable_model-checking AND enable_compile_optimizations) 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 - src/xbt/dict.c src/xbt/dict_elm.c src/xbt/dict_multi.c src/xbt/dict_cursor.c - src/xbt/set.c + src/xbt/dict.c src/xbt/dict_elm.c src/xbt/dict_cursor.c src/xbt/dynar.c src/xbt/fifo.c src/xbt/heap.c src/xbt/swag.c src/xbt/str.c src/xbt/strbuff.c src/xbt/snprintf.c src/xbt/queue.c src/xbt/xbt_os_time.c src/xbt/xbt_os_thread.c - src/xbt/sha.c - src/xbt/matrix.c src/xbt/backtrace_linux.c ${MC_SRC_BASE} ${MC_SRC}) set (mcCFLAGS "-O3 -funroll-loops -fno-strict-aliasing")