aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-07-17 18:11:57 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-07-17 18:12:45 -0700
commit19ac7edd383be61338a1ffbc05edbb07dd7b5015 (patch)
tree6a0b92523f232b062c8679765145b809ac4f3542
parente4d5e75b11275e527a6327b63e78ac981d0762b2 (diff)
document -v saving temp files; #2538
-rwxr-xr-xemcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/emcc b/emcc
index 88cce433..e5d9ca77 100755
--- a/emcc
+++ b/emcc
@@ -467,6 +467,11 @@ Options that are modified or new in %s include:
if you see odd errors, as it can help diagnose
things.
+ Note that this will retain temporary files in
+ the canonical location (usually
+ /tmp/emscripten_temp) because that is what
+ EMCC_DEBUG=1 does.
+
--clear-cache Manually clears the cache of compiled
emscripten system libraries (libc++,
libc++abi, libc). This is normally