Skip to content

Commit 1640595

Browse files
committed
Revert "Add --profiling-funcs for debugging"
This reverts commit 9049a44.
1 parent 9049a44 commit 1640595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_other.py

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

1120011199
wasm2js = ['-sWASM=0']
1120111200

0 commit comments

Comments
 (0)