revert the address sanitizer build (failed python bindings)
This commit is contained in:
parent
eecdd3121d
commit
e480fd121d
|
@ -36,11 +36,7 @@ before_install:
|
|||
- git submodule foreach git pull origin master --depth=1
|
||||
|
||||
install:
|
||||
- 'if [ $variant == "test_debug" ]; then
|
||||
echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 <compileflags>-fsanitize=address <linkflags>-fsanitize=address ;" > ~/user-config.jam;
|
||||
else
|
||||
echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam;
|
||||
fi'
|
||||
- 'echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam'
|
||||
- 'echo "using clang : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'
|
||||
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
||||
- ccache -V && ccache --show-stats && ccache --zero-stats
|
||||
|
|
Loading…
Reference in New Issue