diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-10 14:29:07 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-10 14:29:07 -0700 |
commit | 3f96c03f4dc777f53a8b4d5a6cbda36f942aa44a (patch) | |
tree | 221bb04efb6018ed6a19426a56cbc2d70c2e997e /emcc | |
parent | 884dada6736b940f336aefa9f7bc094cb8dfe781 (diff) |
emcc note about .mem files
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |