diff options
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(): |