github: Add -Wp,-D_GLIBCXX_ASSERTIONS to CXXFLAGS
This commit is contained in:
parent
51a89dbb7a
commit
0050a6abe1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CC: gcc-10
|
CC: gcc-10
|
||||||
CXX: g++-10
|
CXX: g++-10
|
||||||
|
CXXFLAGS: -Wp,-D_GLIBCXX_ASSERTIONS
|
||||||
run: >
|
run: >
|
||||||
cmake
|
cmake
|
||||||
-B ${{github.workspace}}/build
|
-B ${{github.workspace}}/build
|
||||||
|
|
Loading…
Reference in a new issue