Skip to content

Commit

Permalink
Disable compile-time bound check in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jan 9, 2024
1 parent a643b95 commit 19c9918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
tag: rolling
cc: gcc
cxx: g++
cxxflags: "-Wno-array-bounds"
configureflags: --enable-unity-build
- name: "Standard Library classes enabled/disabled"
shortname: stdclasses
Expand Down

0 comments on commit 19c9918

Please sign in to comment.