27 Oct
2018
27 Oct
'18
4:56 p.m.
AMDG On 10/27/2018 07:07 AM, Peter Dimov via Boost wrote:
Also, Math's precompiled headers don't seem to work, I get
clang-cl.exe: warning: support for '-Yu' without a corresponding /FI flag not implemented yet; flag ignored [-Wclang-cl-pch]
clang-cl.exe: warning: argument unused during compilation: '-Fpbin.v2\libs\math\build\clang-win-6.0.1\release\link-static\threading-multi\pch.pch' [-Wunused-com mand-line-argument]
I probably need to figure out a way to disable them.
It should be enough to exclude the pch generators from toolset.inherit-generators. In Christ, Steven Watanabe