Module: wine Branch: master Commit: 1b23130d746f86173a95d0882b5728e664ea5986 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1b23130d746f86173a95d0882b...
Author: Peter Davies ultratwo@gmail.com Date: Sun Jun 20 12:28:34 2010 +0100
winegcc: Enable the use of gcov and PGO.
---
tools/winegcc/winegcc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c index 40f44c3..5fed4a3 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;