mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
ci: Enable extra libstdc++ assertions
This commit is contained in:
parent
05f0262d77
commit
08f79d111e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-linux.yml
vendored
1
.github/workflows/test-linux.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue