Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused -fprofile-arcs flags.
[simgrid.git] / examples / gras / spawn / CMakeLists.txt
index 9b1bbc4..af74bf3 100644 (file)
@@ -28,9 +28,9 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(spawn_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(spawn_child gras pthread m -fprofile-arcs)
-target_link_libraries(spawn_father gras pthread m -fprofile-arcs)
+target_link_libraries(spawn_simulator simgrid pthread m )
+target_link_libraries(spawn_child gras pthread m )
+target_link_libraries(spawn_father gras pthread m )