From 10e969c170d493c0a8e18c1c3c50d375b721c4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 11 May 2019 16:54:00 +0200 Subject: clang's -ftime-trace is too hard (#424) It produces extra .json file with timing information about the compilation. --- src/compopt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compopt.c b/src/compopt.c index 2106df3d..8940cfcd 100644 --- a/src/compopt.c +++ b/src/compopt.c @@ -69,6 +69,7 @@ static const struct compopt compopts[] = { {"-fno-working-directory", AFFECTS_CPP}, {"-fplugin=libcc1plugin", TOO_HARD}, // interaction with GDB {"-frepo", TOO_HARD}, + {"-ftime-trace", TOO_HARD}, // clang {"-fworking-directory", AFFECTS_CPP}, {"-gtoggle", TOO_HARD}, {"-idirafter", AFFECTS_CPP | TAKES_ARG | TAKES_CONCAT_ARG | TAKES_PATH}, -- cgit v1.2.1