diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-03 15:00:45 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-03 15:00:45 -0800 |
commit | 3299f8dc407b76310428534ebe0f0b5caca016d9 (patch) | |
tree | c4a47ff405f1c3345661fffde042de01f1f22350 /emcc | |
parent | 1bb034f764022f3da1894f9d84fb5517020eef23 (diff) |
enable full optimizations with bindings generator
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -597,6 +597,7 @@ try: if DEBUG: save_intermediate('ll', 'll') if AUTODEBUG: + if DEBUG: print >> sys.stderr, 'emcc: autodebug' Popen(['python', shared.AUTODEBUGGER, final, final + '.ad.ll']).communicate()[0] final += '.ad.ll' if DEBUG: save_intermediate('autodebug', 'll') |