diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_benchmark.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 4c39a764..735f0feb 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -111,8 +111,7 @@ process(sys.argv[1]) '-O3', '-s', 'DOUBLE_MODE=0', '-s', 'PRECISE_I64_MATH=0', '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', - #'--closure', '1', - #'-g2', + #'-profiling', '-o', final] + shared_args + emcc_args + self.extra_args, stdout=PIPE, stderr=PIPE, env=self.env).communicate() assert os.path.exists(final), 'Failed to compile file: ' + output[0] self.filename = final |