mirror of
https://github.com/reactos/ccache.git
synced 2025-01-09 21:10:24 +00:00
no need to exclude -fprofile-arcs
This commit is contained in:
parent
3a0abff141
commit
026f2f4a13
3
ccache.c
3
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]);
|
||||
|
Loading…
Reference in New Issue
Block a user