diff options
author | Jez Ng <me@jezng.com> | 2013-06-21 16:01:38 -0700 |
---|---|---|
committer | Jez Ng <me@jezng.com> | 2013-06-22 01:23:22 -0700 |
commit | 88feddf045882bbddd29d9286eae4e6a9086e286 (patch) | |
tree | ce60c87bf58117ff6e4d3e092c394da255762a57 /emcc | |
parent | d50e7b4f7de07df53f820051dac85e79f8aa6e84 (diff) |
Get test_source_map passing again.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1524,6 +1524,7 @@ try: if DEBUG == '2': # Clean up the syntax a bit final = shared.Building.js_optimizer(final, [], jcache, make_source_map) + js_transform_tempfiles.append(final) if DEBUG: save_intermediate('pretty') def get_eliminate(): |