Add digraph support to the default mcpp command line

This commit is contained in:
Sei Lisa 2019-01-16 19:05:24 +01:00
parent fe2dd9a721
commit 44ba2e2a8a

View file

@ -606,7 +606,7 @@ def main(argv):
elif preproc == 'mcpp':
preproc_cmdline += [
'-e', 'UTF-8', '-I-', '-N', '-3', '-j',
'-e', 'UTF-8', '-I-', '-N', '-2', '-3', '-j',
'-V199901L',
]