Skip to content

Commit

Permalink
log out when using native optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Nov 14, 2014
1 parent 98273eb commit 31b429f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/js_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def write_chunk(chunk, i):
(['--debug'] if source_map else []) + passes, filenames)
else:
# use the native optimizer
shared.logging.debug('js optimizer using native')
assert not source_map # XXX need to use js optimizer
commands = map(lambda filename: [get_native_optimizer(), filename] + passes, filenames)
#print [' '.join(command) for command in commands]
Expand Down

0 comments on commit 31b429f

Please sign in to comment.