Skip to content

Commit 4158430

Browse files
Kenzzerpsychonic
authored andcommitted
undo the compiler flags change
1 parent 7947580 commit 4158430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class MMSConfig(object):
178178
]
179179
cxx.cflags += [
180180
'/W3',
181-
'/Z7',
181+
'/Zi',
182182
'/EHsc',
183183
'/std:c++17',
184184
]

0 commit comments

Comments
 (0)