We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b58b0 commit 8d7a635Copy full SHA for 8d7a635
.github/workflows/CI.yml
@@ -53,9 +53,8 @@ jobs:
53
release-flags: --flag '--static -g -fbacktrace -O3'
54
exe: .exe
55
- os: macos-13
56
- os-arch: macos-x86_64
57
toolchain: {compiler: gcc, version: 15}
58
- release-flags: --flag '-g -fbacktrace -O3 -Wno-external-argument-mismatch'
+ release-flags: --flag '-g -fbacktrace -Og -fcheck=all -Wno-external-argument-mismatch'
59
60
steps:
61
- name: Checkout code
0 commit comments