diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-07-17 18:11:57 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-07-17 18:12:45 -0700 |
commit | 19ac7edd383be61338a1ffbc05edbb07dd7b5015 (patch) | |
tree | 6a0b92523f232b062c8679765145b809ac4f3542 | |
parent | e4d5e75b11275e527a6327b63e78ac981d0762b2 (diff) |
document -v saving temp files; #2538
-rwxr-xr-x | emcc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |