aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-27 10:55:29 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-27 11:03:22 -0700
commit6fe62c15394b2656393771b110f7b93f4db2c80b (patch)
tree0919adaeb186aff1e7511766ab10ddb019b167da /tests
parent74671cde27a249d79a13af93d8fecfef19c296f1 (diff)
--llvm-lto 2 option
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index a9a3e83c..8fd14609 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -13419,7 +13419,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', '1', '--memory-init-file', '0', '--js-transform', 'python hardcode.py',
+ '--llvm-lto', '2', '--memory-init-file', '0', '--js-transform', 'python hardcode.py',
'-s', 'TOTAL_MEMORY=128*1024*1024',
'--closure', '1',
#'-g',