Skip to content

Commit

Permalink
ci: Enable extra libstdc++ assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Sep 12, 2023
1 parent 05f0262 commit 08f79d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
sudo apt-get install $CC $CXX
echo "CC=$CC" >> $GITHUB_ENV
echo "CXX=$CXX" >> $GITHUB_ENV
echo "CXXFLAGS=-Wp,-D_GLIBCXX_ASSERTIONS" >> $GITHUB_ENV
env:
CC: ${{ matrix.compiler }}

Expand Down

0 comments on commit 08f79d1

Please sign in to comment.