Peter Davies : winegcc: Enable the use of gcov and PGO.

Alexandre Julliard julliard at winehq.org
Mon Jun 21 11:07:01 CDT 2010


Module: wine
Branch: master
Commit: 1b23130d746f86173a95d0882b5728e664ea5986
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1b23130d746f86173a95d0882b5728e664ea5986

Author: Peter Davies <ultratwo at 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;
 




More information about the wine-cvs mailing list