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 3565d5d commit 409027eCopy full SHA for 409027e
azure-pipelines.yml
@@ -56,7 +56,7 @@ jobs:
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
+ cmake -Wdev -Wdeprecated -DUSE_PRECOMPILED_HEADER=0 -DUSE_WERROR=1 -DBE_VERBOSE=1 -DUSE_CPP23=0 -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'
62
- bash: |
@@ -74,7 +74,6 @@ jobs:
74
BUILD_TYPE: Release
75
C_COMPILER: gcc
76
CXX_COMPILER: g++
77
- CXX: g++-14
78
EXTRA_PACKAGES:
79
EXTRA_INSTALLS:
80
TOOLCHAIN_FILE:
0 commit comments