diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-27 10:03:04 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-27 10:03:04 -0700 |
commit | 74671cde27a249d79a13af93d8fecfef19c296f1 (patch) | |
tree | d8c672080b44e01a04b3897fc26b0dd14c96e81a | |
parent | 0e8ff1b194f4319e48c1fb7cf945e4caf160d0c7 (diff) |
commented-out line for benchmark debugging
-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 e3a93775..a9a3e83c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -13422,6 +13422,7 @@ process(sys.argv[1]) '--llvm-lto', '1', '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', '--closure', '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] |