From 7eea9a6afbb65bd462147f680ba4234458ecb9b7 Mon Sep 17 00:00:00 2001 From: navarro Date: Mon, 18 Jun 2012 15:20:04 +0200 Subject: [PATCH 1/1] Don't enable supernvae by default, now we often use gcc >= 4.6 --- buildtools/Cmake/Option.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1