diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 15:52:34 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 15:52:34 -0800 |
commit | 7e25db4555f3ce93014340a22b4901a2f379b0bc (patch) | |
tree | a995692bd482ebb6adee3836df1a5528122d4be3 | |
parent | 117f357f9c08fd3297f5c34cdd0a43227079f059 (diff) |
remove unnecessary ltoing in benchmark suite
-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 943b133d..d19afb8d 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -119,7 +119,7 @@ process(sys.argv[1]) try_delete(final_filename) output = Popen([PYTHON, EMCC, filename, #'-O3', '-O2', '-s', 'DOUBLE_MODE=0', '-s', 'PRECISE_I64_MATH=0', - '--llvm-lto', '3', '--memory-init-file', '0', '--js-transform', 'python hardcode.py', + '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', '--closure', '1', #'-s', 'PRECISE_F32=1', |