]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
no need to exclude -fprofile-arcs
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 Sep 2003 05:57:54 +0000 (07:57 +0200)
committerAndrew Tridgell <tridge@samba.org>
Wed, 24 Sep 2003 05:57:54 +0000 (07:57 +0200)
ccache.c

index eef28a5af2a7cdebd8a50dc1d82f22627c5fbca2..066f8189ac1c6d1e82f10f3fe1100bed1cb6c326 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -566,8 +566,7 @@ static void process_args(int argc, char **argv)
                }
 
                /* these are too hard */
-               if (strcmp(argv[i], "-fprofile-arcs")==0 ||
-                   strcmp(argv[i], "-fbranch-probabilities")==0 ||
+               if (strcmp(argv[i], "-fbranch-probabilities")==0 ||
                    strcmp(argv[i], "-M") == 0 ||
                    strcmp(argv[i], "-x") == 0) {
                        cc_log("argument %s is unsupported\n", argv[i]);