mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-26 19:54:14 +01:00
undo the compiler flags change
This commit is contained in:
parent
236d6e50f1
commit
54d91103ed
@ -176,7 +176,7 @@ class MMSConfig(object):
|
|||||||
]
|
]
|
||||||
cxx.cflags += [
|
cxx.cflags += [
|
||||||
'/W3',
|
'/W3',
|
||||||
'/Z7',
|
'/Zi',
|
||||||
'/EHsc'
|
'/EHsc'
|
||||||
]
|
]
|
||||||
cxx.cxxflags += ['/TP']
|
cxx.cxxflags += ['/TP']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user