diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-08 17:59:58 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-08 17:59:58 -0800 |
commit | 4c4caded645576f4cfe2c9088eaba09b6d731f90 (patch) | |
tree | bffeaa747b54394eaf248b6b0c554a2e0aef970a | |
parent | ed106fefa47ea6d156d8ab9cad2dd479e853acbe (diff) |
make docs mention that bitcode is the default
-rwxr-xr-x | emcc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -353,9 +353,9 @@ Options that are modified or new in %s include: The target file, if specified (-o <target>), defines what will be generated: - <name>.js JavaScript (default) + <name>.js JavaScript <name>.html HTML with embedded JavaScript - <name>.bc LLVM bitcode + <name>.bc LLVM bitcode (default) <name>.o LLVM bitcode (same as .bc) The -c option (which tells gcc not to run the linker) will |