X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4abd3f271729beeff499da36267bfb274dd1f6d..b054038f9b052cfcda2cee6cbd8a0b78d3d3d99f:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 609ae6ef08..af31674360 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -12,22 +12,27 @@ else() endif() set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE) +mark_as_advanced(pipol_user) option(release "Whether Release Mode is activated (disable tests on experimental parts)" on) -option(enable_compile_optimizations "" on) +option(enable_compile_optimizations "Whether to produce efficient code for the SimGrid library" on) option(enable_debug "Set NDEBUG flag" on) option(enable_gtnets "Whether gtnets model is activated." off) option(enable_ns3 "Whether ns3 model is activated." off) -option(enable_lua "Whether the lua bindings are activated." off) +option(enable_java "Whether the Java bindings are activated." off) +option(enable_lua "Whether the lua bindings are activated." off) option(enable_compile_warnings "Whether compilation warnings should be turned into errors." off) option(enable_maintainer_mode "Whether flex and flexml files should be rebuilt." off) option(enable_tracing "Tracing simulations for visualization." on) option(enable_latency_bound_tracking "" off) option(enable_coverage "Enable coverage." off) +mark_as_advanced(enable_coverage) option(enable_memcheck "Enable memcheck." off) +mark_as_advanced(enable_memcheck) option(enable_mallocators "Enable mallocators (disable only for debugging purpose)." on) option(enable_print_message "Enable print message during config." off) +mark_as_advanced(enable_print_message) option(enable_model-checking "Turn this on to experiment with our prototype of model-checker (hinders the simulation's performance even if turned of at runtime)" off) option(enable_lib_static "" off) option(enable_jedule "Jedule output of SimDAG." off) @@ -43,9 +48,6 @@ endif() mark_as_advanced(HAVE_SSH) mark_as_advanced(HAVE_RSYNC) -#mark_as_advanced(enable_coverage) -#mark_as_advanced(enable_memcheck) -#mark_as_advanced(enable_print_message) mark_as_advanced(BIBTEX2HTML_PATH) mark_as_advanced(BUILDNAME) mark_as_advanced(ADDR2LINE)