1 Jul
2016
1 Jul
'16
8:05 p.m.
These are the options from my user-config:
using clang : 3.5.0 : [snip]/clang++ : <compileflags>"-std=c++11 -fPIC -gcc-toolchain [snip]/gcc/4.8.3 -Wno-[snip]" <linkflags>"-fPIC -gcc-toolchain [snip]/gcc/4.8.3" ;
I don't see a way to provide C++-only flags or C-only flags. Actually, I thought that all Boost source files would be C++.
<cxxflags>/<cflags> instead of <compileflags>? Best, Ion