We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef17eaa commit c6d2964Copy full SHA for c6d2964
1 file changed
.github/workflows/CI-mingw.yml
@@ -54,6 +54,6 @@ jobs:
54
# set RDYNAMIC to work around broken MinGW detection
55
make VERBOSE=1 RDYNAMIC=-lshlwapi -j2 cppcheck
56
57
- gdb --batch --eval-command=run --eval-command="bt 50" --return-child-result --args testrunner.exe TestLeakAutoVarRecursiveCountLimit
+ #gdb --batch --eval-command=run --eval-command="bt 50" --return-child-result --args testrunner.exe TestLeakAutoVarRecursiveCountLimit
58
env:
59
LDFLAGS: -fuse-ld=lld # use lld for faster linking
0 commit comments