Skip to content

Commit 49eaa36

Browse files
committed
do not check recursion
1 parent 8d7a635 commit 49eaa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
exe: .exe
5555
- os: macos-13
5656
toolchain: {compiler: gcc, version: 15}
57-
release-flags: --flag '-g -fbacktrace -Og -fcheck=all -Wno-external-argument-mismatch'
57+
release-flags: --flag '-g -fbacktrace -Og -fcheck=all,no-recursion -Wno-external-argument-mismatch'
5858

5959
steps:
6060
- name: Checkout code

0 commit comments

Comments
 (0)