wscript: fix mistyped msvc flag

This commit is contained in:
Alibek Omarov 2019-04-08 17:06:56 +03:00
parent 6a6d21ed32
commit 9cd22a98bd
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def configure(conf):
'default': ['-O3']
},
'debug': {
'msvc': ['/Z7'],
'msvc': ['/O2', '/Ox', '/Oy'],
'clang': ['-O0', '-gdwarf-2'],
'default': ['-O0']
}