Skip to content

Commit 93923ab

Browse files
committed
[emscripten] Add -Werror=mismatched-tags.
Turn "mismatched-tags" warnings into errors when compiling for Emscripten.
1 parent b470e95 commit 93923ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/emscripten-settings.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'-fno-exceptions',
4343
'-fno-rtti',
4444
'-std=<(c++_std)',
45+
46+
'-Werror=mismatched-tags',
4547
],
4648

4749
'target_conditions':

0 commit comments

Comments
 (0)