Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused -fprofile-arcs flags.
[simgrid.git] / examples / msg / masterslave / CMakeLists.txt
index 01789bb..cd5f0ce 100644 (file)
@@ -8,7 +8,7 @@ add_executable(masterslave_mailbox "masterslave_mailbox.c")
 add_executable(masterslave_bypass "masterslave_bypass.c")
 
 ### Add definitions for compile
-target_link_libraries(masterslave_forwarder simgrid m -fprofile-arcs)
-target_link_libraries(masterslave_failure simgrid m -fprofile-arcs)
-target_link_libraries(masterslave_mailbox simgrid m -fprofile-arcs)
-target_link_libraries(masterslave_bypass simgrid m -fprofile-arcs)
+target_link_libraries(masterslave_forwarder simgrid m )
+target_link_libraries(masterslave_failure simgrid m )
+target_link_libraries(masterslave_mailbox simgrid m )
+target_link_libraries(masterslave_bypass simgrid m )