mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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
Block a user