aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-08 17:59:58 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-08 17:59:58 -0800
commit4c4caded645576f4cfe2c9088eaba09b6d731f90 (patch)
treebffeaa747b54394eaf248b6b0c554a2e0aef970a
parented106fefa47ea6d156d8ab9cad2dd479e853acbe (diff)
make docs mention that bitcode is the default
-rwxr-xr-xemcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/emcc b/emcc
index 9483ef64..7c4291ca 100755
--- a/emcc
+++ b/emcc
@@ -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