From 1b23130d746f86173a95d0882b5728e664ea5986 Mon Sep 17 00:00:00 2001 From: Peter Davies Date: Sun, 20 Jun 2010 12:28:34 +0100 Subject: [PATCH] winegcc: Enable the use of gcov and PGO. --- tools/winegcc/winegcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c index 40f44c38165..5fed4a360b6 100644 --- a/tools/winegcc/winegcc.c +++ b/tools/winegcc/winegcc.c @@ -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; -- 2.11.4.GIT