Skip to content

Commit

Permalink
undo the compiler flags change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored and psychonic committed Aug 3, 2024
1 parent 7947580 commit 4158430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class MMSConfig(object):
]
cxx.cflags += [
'/W3',
'/Z7',
'/Zi',
'/EHsc',
'/std:c++17',
]
Expand Down

0 comments on commit 4158430

Please sign in to comment.