]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Bail out on option -gsplit-dwarf which produces multiple output files
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 8 Aug 2013 20:20:12 +0000 (22:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 8 Aug 2013 20:20:12 +0000 (22:20 +0200)
compopt.c

index 24569176f350475aaed33aedd775e6fc547fc364..2417726b79afdcf379f443e449a7c82283719e63 100644 (file)
--- a/compopt.c
+++ b/compopt.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Joel Rosdahl
+ * Copyright (C) 2010, 2013 Joel Rosdahl
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -60,6 +60,7 @@ static const struct compopt compopts[] = {
        {"-fprofile-use",   TOO_HARD},
        {"-frepo",          TOO_HARD},
        {"-ftest-coverage", TOO_HARD},
+       {"-gsplit-dwarf",   TOO_HARD},
        {"-idirafter",      AFFECTS_CPP | TAKES_ARG | TAKES_PATH},
        {"-iframework",     AFFECTS_CPP | TAKES_ARG | TAKES_CONCAT_ARG | TAKES_PATH},
        {"-imacros",        AFFECTS_CPP | TAKES_ARG | TAKES_PATH},