Fix C++11 ABI compatibility

This commit is contained in:
Alexey Klimkin 2021-01-08 16:59:00 -08:00 committed by Alexey Klimkin
parent b929ee2ce7
commit bd655df54f

View File

@ -23,6 +23,7 @@ before_install:
# Make and install
install:
- mkdir build && cd build
- conan profile update settings.compiler.libcxx=libstdc++11 default
- conan install ..
- cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_BENCHMARKS=ON -G Ninja
- ninja