diff options
author | Merry <[email protected]> | 2022-07-17 22:39:13 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2022-07-17 22:42:56 +0100 |
commit | 0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff (patch) | |
tree | cd5ef47e5b7c44b4b8959aad48d7a3148f95b78c | |
parent | 51a89dbb7a20407878092e74a58e1ac2e8a8548f (diff) | |
download | dynarmic-0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff.tar.gz dynarmic-0050a6abe18e82326f4d3a9ff483b6f3aeecf6ff.zip |
github: Add -Wp,-D_GLIBCXX_ASSERTIONS to CXXFLAGS
-rw-r--r-- | .github/workflows/build-and-test.yml | 1 |
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 |