summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/clang.conf
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2020-06-03 13:06:01 +0300
committerThiago Macieira <thiago.macieira@intel.com>2020-06-06 09:53:59 +0000
commitf133b226cdf4f2736b412bb642b45d43cb84f51d (patch)
treece947911588c1a4035eceacbc15c566ce0f384b9 /mkspecs/common/clang.conf
parentee635571122e1dd9b77276afb0f642e7ac9a015a (diff)
qmake: Stop using -isystem flag
This option changes the order of include paths, which can cause problems of various kinds. See https://bugs.debian.org/958479 for an example. The benefit of that option is minimal for what it was intended. Pick-to: 5.15 5.12 Change-Id: I80eeabd09764df290b60bc59aeb2f90d07723608 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/common/clang.conf')
-rw-r--r--mkspecs/common/clang.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/common/clang.conf b/mkspecs/common/clang.conf
index 2499c8b6d8..dad15a22a8 100644
--- a/mkspecs/common/clang.conf
+++ b/mkspecs/common/clang.conf
@@ -18,7 +18,6 @@ QMAKE_PCH_OUTPUT_EXT = .pch
QMAKE_CFLAGS_OPTIMIZE_SIZE = -Oz
-QMAKE_CFLAGS_ISYSTEM = -isystem
QMAKE_CFLAGS_PRECOMPILE = -x c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}
QMAKE_CFLAGS_USE_PRECOMPILE = -Xclang -include-pch -Xclang ${QMAKE_PCH_OUTPUT}
QMAKE_CFLAGS_LTCG = -flto=thin