1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

undo the compiler flags change

This commit is contained in:
Kenzzer 2024-08-03 17:22:38 +02:00 committed by Nick Hastings
parent 7947580a60
commit 4158430180

View File

@ -178,7 +178,7 @@ class MMSConfig(object):
]
cxx.cflags += [
'/W3',
'/Z7',
'/Zi',
'/EHsc',
'/std:c++17',
]