Commit 1b23130d authored by Peter Davies's avatar Peter Davies Committed by Alexandre Julliard

winegcc: Enable the use of gcov and PGO.

parent ab87f82f
......@@ -1003,7 +1003,7 @@ static int is_linker_arg(const char* arg)
{
"-nostartfiles", "-nodefaultlibs", "-nostdlib", "-s",
"-static", "-static-libgcc", "-shared", "-shared-libgcc", "-symbolic",
"-framework"
"-framework", "--coverage", "-fprofile-generate", "-fprofile-use"
};
unsigned int j;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment