25 Mar
2016
25 Mar
'16
7:56 p.m.
AMDG On 03/25/2016 01:35 PM, John Maddock wrote:
What's the correct way to configure clang on windows with current Boost.Build?
If I use:
using clang-win : 3.7 : "C:/Progra~2/MICROS~4.0/VC/Clang 3.7/bin/x86/clang.exe" : <cxxflags>-std=c++11 <compatibility>vc14 ;
to configure the clang that ships with VC14 I see:
compile-c-c++ ..\..\..\bin.v2\libs\smart_ptr\test\shared_ptr_basic_test.test\clang-vc14-win-3.7\debug\shared_ptr_basic_test.obj
clang.exe: error: no such file or directory: '/Od' <snip>
What is the command line that Boost.Build generates for clang? In Christ, Steven Watanabe