Skip to content

Commit 9049a44

Browse files
committed
Add --profiling-funcs for debugging
1 parent fe41b0e commit 9049a44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_other.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11194,7 +11194,8 @@ def test_minimal_runtime_code_size(self, test_name, js, compare_js_output=False)
1119411194
'-Oz',
1119511195
'--closure=1',
1119611196
'-DNDEBUG',
11197-
'-ffast-math']
11197+
'-ffast-math',
11198+
'--profiling-funcs']
1119811199

1119911200
wasm2js = ['-sWASM=0']
1120011201

0 commit comments

Comments
 (0)