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 += [ cxx.cflags += [
'/W3', '/W3',
'/Z7', '/Zi',
'/EHsc', '/EHsc',
'/std:c++17', '/std:c++17',
] ]