Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Disabling compiler warnings
From: Ben Pope (benpope81_at_[hidden])
Date: 2015-04-21 10:52:46


On Tuesday, April 21, 2015 10:49 PM, Ben Pope wrote:
> My user-config.jam has lines that look like this:
> using clang : 3.7~msan~c14_libc++ : clang++-3.7 : <cxxflags>"-std=c++1y
> -stdlib=libc++ -fsanitize=memory -fPIC -Wno-unused-local-typedef"
> <linkflags>"-std=c++1y -stdlib=libc++ -fsanitize=memory -pie -lc++
> -lc++abi -Wl,-rpath=/home/ben/developmeb2
> cxxflags=-Wno-unused-local-typedef
> --toolset=clang-3.7~msan~c14_libc++nt/llvm/trunk/build/release/projects/compiler-rt/lib/msan/libcxx_msan/lib"
> ;

Not sure how that got mangled... this should be more like it:

using clang : 3.7~msan~c14_libc++ : clang++-3.7 : <cxxflags>"-std=c++1y
-stdlib=libc++ -fsanitize=memory -fPIC -Wno-unused-local-typedef"
<linkflags>"-std=c++1y -stdlib=libc++ -fsanitize=memory -pie -lc++
-lc++abi
-Wl,-rpath=/home/ben/development/llvm/trunk/build/release/projects/compiler-rt/lib/msan/libcxx_msan/lib"
;

Ben


Boost-testing list run by mbergal at meta-comm.com