diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-24 21:27:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-24 21:27:31 -0700 |
commit | e7dfdb3a27887f555f2ec3216e8e458257674b25 (patch) | |
tree | 28dd853344c9d6d11e48ef571cdd469f99e4f27e /emcc | |
parent | 682da36db9b39c9069b6a479c1ad9b14677deda4 (diff) |
make emcc -v update debug settings, so that it saves temp files
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -836,6 +836,7 @@ try: DEBUG = 1 shared.set_logging() logging.debug('invocation: ' + ' '.join(sys.argv)) + shared.apply_configuration() # reset config to pick up change newargs[i] = '' elif newargs[i].startswith('--shell-file'): check_bad_eq(newargs[i]) |