We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7142526 commit 453ec4aCopy full SHA for 453ec4a
1 file changed
emcc
@@ -335,7 +335,11 @@ Options that are modified or new in %s include:
335
builds - where you are compiling a large
336
program but only modified a small part of it -
337
to be much faster (at the cost of more disk
338
- IO for cache accesses).
+ IO for cache accesses). Note that you need
339
+ to enable --jcache for both loading and saving
340
+ of data, so you must enable it on a full build
341
+ for a later incremental build (where you also
342
+ enable it) to be sped up.
343
344
--clear-cache Manually clears the cache of compiled
345
emscripten system libraries (libc++,
0 commit comments