mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 10:58:00 +00:00
Update gcov options.
This commit is contained in:
parent
f4e6e1861f
commit
e53d9c321d
@ -562,8 +562,8 @@ for env in [test_env, client_env, env]:
|
||||
rel_link_flags += " -pg"
|
||||
|
||||
if env["profiler"] == "gcov":
|
||||
rel_comp_flags += " -fprofile-arcs -ftest-coverage"
|
||||
rel_link_flags += " -fprofile-arcs"
|
||||
rel_comp_flags += " --coverage"
|
||||
rel_link_flags += " --coverage"
|
||||
|
||||
if env["profiler"] == "gperftools":
|
||||
rel_comp_flags += ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user