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 ef9d2da commit 0f56008Copy full SHA for 0f56008
gcc-with-cpychecker
@@ -78,7 +78,7 @@ cmd = 'from libcpychecker import main; main(**{%s})' % dictstr
78
# when setting CC=gcc-with-cpychecker)
79
args = ['gcc',
80
('-fplugin=%s' % PLUGIN),
81
- ('-fplugin-arg-python-command=%s' % cmd)]
+ ('-fplugin-arg-python-command=%s' % cmd)]
82
args += other_args # (the args we didn't consume)
83
84
# Beware of quoting: if the command is quoted within the Popen call, then
0 commit comments