aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-07-17 22:39:13 +0100
committerMerry <[email protected]>2022-07-17 22:42:56 +0100
commit0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff (patch)
treecd5ef47e5b7c44b4b8959aad48d7a3148f95b78c /.github
parent51a89dbb7a20407878092e74a58e1ac2e8a8548f (diff)
downloaddynarmic-0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff.tar.gz
dynarmic-0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff.zip
github: Add -Wp,-D_GLIBCXX_ASSERTIONS to CXXFLAGS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index c348694b..d9d8f9f4 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -53,6 +53,7 @@ jobs:
env:
CC: gcc-10
CXX: g++-10
+ CXXFLAGS: -Wp,-D_GLIBCXX_ASSERTIONS
run: >
cmake
-B ${{github.workspace}}/build