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 cd51222 commit 51743e7Copy full SHA for 51743e7
.github/workflows/ci.yml
@@ -841,7 +841,7 @@ jobs:
841
# "-march=native": without, or with -mcpu=apple-m1 then unavailable __ARM_FEATURE_s get enabled
842
- xcode: "16.0"
843
os: macos-15 # arm64
844
- arch_flags: -march=native -Wno-poison-system-directories
+ arch_flags: -march=native -Wno-poison-system-directories -U_LIBCPP_ENABLE_ASSERTIONS
845
# "-Wno-poison-system-directories": due to meson test
846
847
runs-on: ${{ matrix.os }}
0 commit comments