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',
]