mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 07:38:21 +00:00
Enable C99 mode for mcpp by default.
This commit is contained in:
parent
4633c87a7c
commit
3214c553b2
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -472,6 +472,7 @@ def main(argv):
|
||||||
mcpp_mode = True
|
mcpp_mode = True
|
||||||
preproc_cmdline = [
|
preproc_cmdline = [
|
||||||
'mcpp', '-e', 'UTF-8', '-I-', '-N', '-3', '-j',
|
'mcpp', '-e', 'UTF-8', '-I-', '-N', '-3', '-j',
|
||||||
|
'-V199901L',
|
||||||
]
|
]
|
||||||
|
|
||||||
if predefines:
|
if predefines:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue