From: navarro Date: Mon, 18 Jun 2012 13:20:04 +0000 (+0200) Subject: Don't enable supernvae by default, now we often use gcc >= 4.6 X-Git-Tag: v3_8~579 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7eea9a6afbb65bd462147f680ba4234458ecb9b7 Don't enable supernvae by default, now we often use gcc >= 4.6 --- 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)