diff options
-rw-r--r-- | tests/test_benchmark.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 1c5a2d71..943b133d 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -122,6 +122,7 @@ process(sys.argv[1]) '--llvm-lto', '3', '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', '--closure', '1', + #'-s', 'PRECISE_F32=1', #'-g', '-o', final_filename] + shared_args + emcc_args, stdout=PIPE, stderr=self.stderr_redirect).communicate() assert os.path.exists(final_filename), 'Failed to compile file: ' + output[0] |