Salome HOME
fix problem with clearing study from GUI
[modules/kernel.git] / doc / salome / kernel_resources.dox
index 1bcbead6fa61be8ff6ff351db125d5498e6ac4e8..01d39bcfbb49dad5842f038da2c9b0eea0bbfde1 100644 (file)
@@ -58,9 +58,9 @@ This file must be included in C++ source. Some
 macros are activated only in debug mode, others are 
 always activated. To activate the debug mode, _DEBUG_
 must be defined, which is the case when %SALOME 
-Makefiles are generated from configure, without 
+Makefiles are generated from CMake build system, without 
 options. When _DEBUG_ is undefined (release mode: 
-configure --disable-debug --enable-production), the 
+cmake -DCMAKE_BUILD_TYPE=Release ../KERNEL_SRC), the 
 debug mode macros are defined empty (they do nothing). 
 So, when switching from debug to release, it is 
 possible (and recommended) to let the macro calls