Skip to content

Commit 9c563ca

Browse files
authored
Remove debug flags
1 parent 96e222d commit 9c563ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_other.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7555,8 +7555,8 @@ def test_RUNTIME_LINKED_LIBS(self):
75557555
self.assertBinaryEqual('main.wasm', 'main2.wasm')
75567556

75577557
@parameterized({
7558-
'': (['-sDYLINK_DEBUG'],),
7559-
'pthread': (['-g', '-pthread', '-Wno-experimental', '-sPROXY_TO_PTHREAD', '-sEXIT_RUNTIME', '-sDYLINK_DEBUG'],),
7558+
'': ([],),
7559+
'pthread': (['-g', '-pthread', '-Wno-experimental', '-sPROXY_TO_PTHREAD', '-sEXIT_RUNTIME'],),
75607560
})
75617561
def test_ld_library_path(self, args):
75627562
if args:

0 commit comments

Comments
 (0)