Skip to content

Commit 409027e

Browse files
committed
Stop moronic errors in macos compiler
1 parent 3565d5d commit 409027e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cmake --version
5757
export CFLAGS='-Wno-c++14-extensions'
5858
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
59+
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
6060
cmake --build build -- -j`sysctl -n hw.logicalcpu`
6161
displayName: 'Build'
6262
- bash: |
@@ -74,7 +74,6 @@ jobs:
7474
BUILD_TYPE: Release
7575
C_COMPILER: gcc
7676
CXX_COMPILER: g++
77-
CXX: g++-14
7877
EXTRA_PACKAGES:
7978
EXTRA_INSTALLS:
8079
TOOLCHAIN_FILE:

0 commit comments

Comments
 (0)