Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused -fprofile-arcs flags.
[simgrid.git] / examples / gras / chrono / CMakeLists.txt
index a31dae2..14d0b39 100644 (file)
@@ -19,5 +19,5 @@ add_custom_command(
 )
 
 ### Add definitions for compile
-target_link_libraries(chrono_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(chrono_multiplier gras pthread m -fprofile-arcs)
\ No newline at end of file
+target_link_libraries(chrono_simulator simgrid pthread m )
+target_link_libraries(chrono_multiplier gras pthread m )
\ No newline at end of file