diff options
-rw-r--r-- | tests/test_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 780e03a9..a75f570b 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -80,7 +80,7 @@ process(sys.argv[1]) '-O2', '-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', + #'--closure', '1', #'-s', 'PRECISE_F32=1', #'-g', '-o', filename + '.js'] + shared_args + emcc_args, stdout=PIPE, stderr=PIPE).communicate() |