From: schnorr Date: Thu, 2 Dec 2010 21:17:42 +0000 (+0000) Subject: [trace] fixing FAQ to proper -Denable_tracing=ON setting X-Git-Tag: v3.6_beta2~986 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fd78510f4dd40a5db10d9ab72aa116503dc22e4c [trace] fixing FAQ to proper -Denable_tracing=ON setting git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8929 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 834c772fed..a78e0042e1 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -1805,14 +1805,14 @@ classified according to a category are not traced. \subsubsection faq_tracing_enabling Enabling using CMake With the sources of SimGrid, it is possible to enable the tracing -using the parameter -Dtracing=on when the cmake is executed. +using the parameter -Denable_tracing=ON when the cmake is executed. The section \ref faq_tracing_functions describes all the functions available when this Cmake options is activated. These functions will have no effect if SimGrid is configured without this option (they are wiped-out by the C-preprocessor). \verbatim -$ cmake -Dtracing=on . +$ cmake -Denable_tracing=ON . $ make \endverbatim