diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-17 11:08:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-17 11:12:38 -0700 |
commit | 2be92943d135dd4beb12c394c921eaaa26f98cc5 (patch) | |
tree | f49cca0beb4fd4a9f0840043b16f27f05b5296bb /tests/runner.py | |
parent | d66573c7e8becabf5acfb72cd3e65fedf1b56b3b (diff) |
enable asm in -O1 and prepare to add testing
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index db5ba108..8786d4f6 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -9001,6 +9001,7 @@ TT = %s exec('o2 = make_run("o2", compiler=CLANG, emcc_args=["-O2", "-s", "JS_CHUNK_SIZE=1024"])') # asm.js + #exec('asm1 = make_run("asm1", compiler=CLANG, emcc_args=["-O1", "-s", "ASM_JS=1"])') exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1"])') exec('asm2g = make_run("asm2g", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1", "-g", "-s", "ASSERTIONS=1", "--memory-init-file", "1"])') |