Skip to content

Commit 51743e7

Browse files
committed
gh-actions: macos 16, undef _LIBCPP_ENABLE_ASSERTIONS
See mesonbuild/meson#13978
1 parent cd51222 commit 51743e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ jobs:
841841
# "-march=native": without, or with -mcpu=apple-m1 then unavailable __ARM_FEATURE_s get enabled
842842
- xcode: "16.0"
843843
os: macos-15 # arm64
844-
arch_flags: -march=native -Wno-poison-system-directories
844+
arch_flags: -march=native -Wno-poison-system-directories -U_LIBCPP_ENABLE_ASSERTIONS
845845
# "-Wno-poison-system-directories": due to meson test
846846
# "-march=native": without, or with -mcpu=apple-m1 then unavailable __ARM_FEATURE_s get enabled
847847
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)