Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old flag from documentation example.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 13:32:06 +0000 (13:32 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 13:32:06 +0000 (13:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8877 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/FAQ.doc

index b87c56b..834c772 100644 (file)
@@ -470,7 +470,7 @@ set(LIBRARY_OUTPUT_PATH "${CMAKE_HOME_DIRECTORY}/lib")
 add_executable(get_sender get_sender.c)                                        #add_executable(<name_of_target> <src list>)
 
 ### Add definitions for compile
 add_executable(get_sender get_sender.c)                                        #add_executable(<name_of_target> <src list>)
 
 ### Add definitions for compile
-target_link_libraries(get_sender simgrid m pthread -fprofile-arcs)     #target_link_libraries(<name_of_targe> <dependencies>)
+target_link_libraries(get_sender simgrid m pthread)    #target_link_libraries(<name_of_targe> <dependencies>)
 \endverbatim
 
 Then you have to modified <project/directory>/buildtools/Cmake/MakeExeLib.cmake and add 
 \endverbatim
 
 Then you have to modified <project/directory>/buildtools/Cmake/MakeExeLib.cmake and add