Skip to content

Commit d8e83bb

Browse files
sbc100uysalibov
authored andcommitted
Use -sSTRICT in test_codesize_minimal_pthreads. NFC (emscripten-core#22913)
1 parent d6d48c4 commit d8e83bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4711
1+
4244
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9984
1+
8800

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8758,7 +8758,7 @@ def test_codesize_minimal(self, *args):
87588758

87598759
@node_pthreads
87608760
def test_codesize_minimal_pthreads(self):
8761-
self.run_codesize_test('minimal_main.c', ['-Oz', '-pthread', '-sPROXY_TO_PTHREAD'])
8761+
self.run_codesize_test('minimal_main.c', ['-Oz', '-pthread', '-sPROXY_TO_PTHREAD', '-sSTRICT'])
87628762

87638763
@parameterized({
87648764
'noexcept': (['-O2'], [], ['waka']), # noqa

0 commit comments

Comments
 (0)