revert the address sanitizer build (failed python bindings)

This commit is contained in:
arvidn 2015-08-17 09:02:40 -04:00
parent eecdd3121d
commit e480fd121d
1 changed files with 1 additions and 5 deletions

View File

@ -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