wscript: fix mistyped msvc flag
This commit is contained in:
parent
6a6d21ed32
commit
9cd22a98bd
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -133,7 +133,7 @@ def configure(conf):
|
||||||
'default': ['-O3']
|
'default': ['-O3']
|
||||||
},
|
},
|
||||||
'debug': {
|
'debug': {
|
||||||
'msvc': ['/Z7'],
|
'msvc': ['/O2', '/Ox', '/Oy'],
|
||||||
'clang': ['-O0', '-gdwarf-2'],
|
'clang': ['-O0', '-gdwarf-2'],
|
||||||
'default': ['-O0']
|
'default': ['-O0']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue