mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
wscript: fixed MSVC optimization flag in debug mode
This commit is contained in:
parent
5884cf88d3
commit
932fc8e3c7
@ -73,7 +73,7 @@ CFLAGS = {
|
||||
'default': ['-O3']
|
||||
},
|
||||
'debug': {
|
||||
'msvc': ['/O1'],
|
||||
'msvc': ['/Od'],
|
||||
'gcc': ['-Og'],
|
||||
'owcc': ['-O0', '-fno-omit-frame-pointer', '-funwind-tables', '-fno-omit-leaf-frame-pointer'],
|
||||
'default': ['-O1']
|
||||
|
Loading…
Reference in New Issue
Block a user