X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdocutils%2Farchives%2Fkernel_resources.txt;h=c3ca235cec01eb76deb01b5536a96c48520a35d4;hb=4343b8587936a5b16998917fa917a5cee71b12f1;hp=0bc9700da70a7b33b6e335ecca835d7b0b2f7711;hpb=ee21737b2b71bfbcc2e6ddb9c4b80f00073f99c3;p=modules%2Fkernel.git diff --git a/doc/docutils/archives/kernel_resources.txt b/doc/docutils/archives/kernel_resources.txt index 0bc9700da..c3ca235ce 100644 --- a/doc/docutils/archives/kernel_resources.txt +++ b/doc/docutils/archives/kernel_resources.txt @@ -82,9 +82,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 CMakeLists.txt, 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