]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/Option.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add more debug messages and add flag _I_X86 on windows platform
[simgrid.git] / buildtools / Cmake / Option.cmake
index 9b455ef17f4906cc8a532a863bf82cf58a88a906..de8377d40d0c79503cdef1185c0d812d27f654bb 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)