Commit 4713ad8
gcc-with-cpychecker: Add --cpychecker-verbose
In "libcpychecker: Switch off verify_refcounting for gcc-7 and later", we
added a warning in gcc-with-cpychecker when refcounting verification has been
disabled.
This warning causes configure tests of gdb to fail when building using
{CC,CXX}=gcc-with-cpychecker.
Fix this by switching the warning off by default, and adding an option
--cpychecker-verbose to switch it on.
[ An alternative could be to change the syntax from:
gcc-with-cpychecker [options] gcc-options
to:
gcc-with-cpychecker [options --] gcc-options
and use:
gcc-with-cpychecker --verbose --
instead of:
gcc-with-cpychecker --cpychecker-verbose
]1 parent 10a2212 commit 4713ad8
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
73 | | - | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
0 commit comments