mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 07:38:21 +00:00
Add digraph support to the default mcpp command line
This commit is contained in:
parent
fe2dd9a721
commit
44ba2e2a8a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue