mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Remove /Zo on debug builds and add on release builds.
This commit is contained in:
parent
56c5bcb02a
commit
896d7dc5a9
@ -181,7 +181,7 @@ class MMSConfig(object):
|
||||
if cxx.behavior == 'gcc':
|
||||
cfg.cflags += ['-O3']
|
||||
elif cxx.behavior == 'msvc':
|
||||
cfg.cflags += ['/Ox']
|
||||
cfg.cflags += ['/Ox', '/Zo']
|
||||
cfg.linkflags += ['/OPT:ICF', '/OPT:REF']
|
||||
|
||||
# Debugging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user