previously contributed equally to the hash sum.
- Bail out on too hard compiler options `--coverage`, `-fprofile-arcs`,
- `-fprofile-generate`, `-fprofile-use`, `-ftest-coverage` and
+ `-fprofile-generate`, `-fprofile-use`, `-frepo`, `-ftest-coverage` and
`-save-temps`. Also bail out on `@file` style options.
- Errors when using multiple `-arch` compiler options are now noted as
strcmp(argv[i], "-fprofile-arcs") == 0 ||
strcmp(argv[i], "-fprofile-generate") == 0 ||
strcmp(argv[i], "-fprofile-use") == 0 ||
+ strcmp(argv[i], "-frepo") == 0 ||
strcmp(argv[i], "-ftest-coverage") == 0 ||
strcmp(argv[i], "-save-temps") == 0) {
cc_log("Compiler option %s is unsupported", argv[i]);