summaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-24 21:27:18 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-24 21:27:31 -0700
commite7dfdb3a27887f555f2ec3216e8e458257674b25 (patch)
tree28dd853344c9d6d11e48ef571cdd469f99e4f27e /emcc
parent682da36db9b39c9069b6a479c1ad9b14677deda4 (diff)
make emcc -v update debug settings, so that it saves temp files
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcc b/emcc
index 8368f3b1..3bc35aa4 100755
--- a/emcc
+++ b/emcc
@@ -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])