Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some distros need this
[simgrid.git] / buildtools / Cmake / Option.cmake
index 1d52118..60e1b09 100644 (file)
@@ -37,6 +37,7 @@ option(enable_print_message "Enable print message during config." off)
 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)
 
 if(enable_supernovae AND enable_model-checking)
        set(enable_model-checking false CACHE TYPE INTERNAL FORCE)