aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-10 14:29:07 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-10 14:29:07 -0700
commit3f96c03f4dc777f53a8b4d5a6cbda36f942aa44a (patch)
tree221bb04efb6018ed6a19426a56cbc2d70c2e997e /emcc
parent884dada6736b940f336aefa9f7bc094cb8dfe781 (diff)
emcc note about .mem files
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index df6e649f..15c38cd4 100755
--- a/emcc
+++ b/emcc
@@ -483,6 +483,9 @@ be generated:
<name>.bc LLVM bitcode (default)
<name>.o LLVM bitcode (same as .bc)
+Note that if --memory-init-file is used, then in addition to a
+.js or .html file that is generated, a .mem file will also appear.
+
The -c option (which tells gcc not to run the linker) will
cause LLVM bitcode to be generated, as %s only generates
JavaScript in the final linking stage of building.