summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@centrum.cz>2021-11-29 16:07:52 +0100
committerLuboš Luňák <l.lunak@collabora.com>2021-11-29 22:54:01 +0100
commite9332dcdc8f2ea268d1b17c73d43a8834cf75365 (patch)
tree1735cd809434a3f418be9d44e360793ccfdcb96a /test
parent84783cc90b504b114f9adc94955253a5cf382abb (diff)
explicitly check also for -fno-pch-codegen
The catch is that clang-cl does not know it, it only understands -Xclang -fpch-codegen. On Linux -fno-pch-codegen is handled by the driver, but clang-cl doesn't know the options, so we pass to the backend using -Xclang, but that one understands only -fpch-codegen. So if not found, do not use that option, the cost is only that compiling precompiled_skia.cxx will take longer. Change-Id: Ie307f96b381b732517a5ab574c742a2ee0bfb687 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126067 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions