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 98f27bb commit 37f979cCopy full SHA for 37f979c
azure-pipelines.yml
@@ -52,7 +52,10 @@ jobs:
52
displayName: 'Check out submodules'
53
- bash: |
54
set -e
55
+ set -x
56
cmake --version
57
+ export CFLAGS='-Wno-c++14-extensions'
58
+ export CXXFLAGS='-Wno-c++14-extensions'
59
cmake -Wdev -Wdeprecated -DUSE_PRECOMPILED_HEADER=0 -DUSE_WERROR=1 -DBE_VERBOSE=1 -DCMAKE_BUILD_TYPE=Release -DBUILD_DUMMY_APP=1 -DBUILD_TESTS=1 -H. -Bbuild
60
cmake --build build -- -j`sysctl -n hw.logicalcpu`
61
displayName: 'Build'
0 commit comments