diff options
author | John Criswell <criswell@uiuc.edu> | 2006-11-21 22:53:12 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2006-11-21 22:53:12 +0000 |
commit | b52818e778af6877300de6702057728682c1d921 (patch) | |
tree | 1346187b5a5d61a3121abed402da80022b3ebe73 /docs/CommandGuide/gccas.pod | |
parent | d452599f6f654398d9fa54bb32f1abf8dc70ca24 (diff) | |
download | external_llvm-b52818e778af6877300de6702057728682c1d921.zip external_llvm-b52818e778af6877300de6702057728682c1d921.tar.gz external_llvm-b52818e778af6877300de6702057728682c1d921.tar.bz2 |
Documented the --disable-compression option in gccld and gccas.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31892 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/gccas.pod')
-rw-r--r-- | docs/CommandGuide/gccas.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/gccas.pod b/docs/CommandGuide/gccas.pod index 7dbfae8..779d468 100644 --- a/docs/CommandGuide/gccas.pod +++ b/docs/CommandGuide/gccas.pod @@ -44,6 +44,10 @@ Disable the inlining pass. By default, it is enabled. Disable all assembler-time optimization passes. +=item B<-disable-compression> + +Do not compress the generated bytecode. + =item B<--stats> Print statistics. |