Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot to recreate the option when reviving supernovae
authorMartin QUINSON <mquinson@frennes2.(none)>
Tue, 15 Nov 2011 14:54:08 +0000 (15:54 +0100)
committerMartin QUINSON <mquinson@frennes2.(none)>
Tue, 15 Nov 2011 14:54:08 +0000 (15:54 +0100)
buildtools/Cmake/Option.cmake

index 9b455ef..de8377d 100644 (file)
@@ -33,6 +33,7 @@ option(enable_model-checking "" off)
 option(enable_lib_static "" off)
 option(enable_jedule "Jedule output of SimDAG." off)
 option(enable_debug "Set NDEBUG flag" on)
+option(enable_supernovae "Whether Supernovae mode (helping compiler optimization) is activated." on)
 
 if(enable_supernovae AND enable_model-checking)
        set(enable_model-checking false CACHE TYPE INTERNAL FORCE)