X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b75251bb3af3988bf96c86c3392c790ec081c353..7eea9a6afbb65bd462147f680ba4234458ecb9b7:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 75ae356312..0e4225fa8c 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -31,7 +31,7 @@ option(enable_model-checking "Turn this on to experiment with our prototype of m option(enable_lib_static "" off) option(enable_jedule "Jedule output of SimDAG." off) option(enable_debug "Turn this off to remove all debug messages at compile time (faster, but no debug activable)" on) -option(enable_supernovae "Whether Supernovae mode (helping compiler optimization) is activated." on) +option(enable_supernovae "Whether Supernovae mode (helping compiler optimization) is activated." off) option(enable_msg_deprecated "This option enable the use of msg deprecated functions" off) #if(enable_supernovae AND enable_model-checking)