From fd78510f4dd40a5db10d9ab72aa116503dc22e4c Mon Sep 17 00:00:00 2001 From: schnorr Date: Thu, 2 Dec 2010 21:17:42 +0000 Subject: [PATCH] [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 --- doc/FAQ.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1