winegcc: Enable the use of gcov and PGO.

This commit is contained in:
Peter Davies 2010-06-20 12:28:34 +01:00 committed by Alexandre Julliard
parent ab87f82f46
commit 1b23130d74

View file

@ -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;