Skip to content

Commit 54d9110

Browse files
Kenzzerpsychonic
authored andcommitted
undo the compiler flags change
1 parent 236d6e5 commit 54d9110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class MMSConfig(object):
176176
]
177177
cxx.cflags += [
178178
'/W3',
179-
'/Z7',
179+
'/Zi',
180180
'/EHsc'
181181
]
182182
cxx.cxxflags += ['/TP']

0 commit comments

Comments
 (0)