We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d72bb commit 7d42491Copy full SHA for 7d42491
.travis.yml
@@ -43,7 +43,7 @@ matrix:
43
- os: linux
44
dist: focal # Ubuntu 20.04
45
compiler: clang-10
46
- env: LLVM_VER=10 BUILD_TYPE=Release COMPILER_EXTRA="-DCMAKE_C_COMPILER=clang-10 -DCMAKE_CXX_COMPILER=clang++-10 -DIGC_BUILD__VC_ENABLED=OFF"
+ env: LLVM_VER=10 BUILD_TYPE=Release COMPILER_EXTRA="-DCMAKE_C_COMPILER=clang-10 -DCMAKE_CXX_COMPILER=clang++-10"
47
48
git:
49
depth: false
0 commit comments