winegcc: Enable the use of gcov and PGO.
This commit is contained in:
parent
ab87f82f46
commit
1b23130d74
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue