Skip to content

Commit 453ec4a

Browse files
committed
jcache docs
1 parent 7142526 commit 453ec4a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

emcc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,11 @@ Options that are modified or new in %s include:
335335
builds - where you are compiling a large
336336
program but only modified a small part of it -
337337
to be much faster (at the cost of more disk
338-
IO for cache accesses).
338+
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.
339343
340344
--clear-cache Manually clears the cache of compiled
341345
emscripten system libraries (libc++,

0 commit comments

Comments
 (0)