Documented the --disable-compression option in gccld and gccas.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 21 Nov 2006 22:53:12 +0000 (22:53 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 21 Nov 2006 22:53:12 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31892 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/gccas.pod
docs/CommandGuide/gccld.pod

index 7dbfae879295ac45925f0ba294e87661f4b16236..779d468ce3d0467dc404ce0d384cc07448802848 100644 (file)
@@ -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.
index 6dc496529eddbb1c711b8b2e2076e93360a8674c..8297e32e9423a72318d428f0fb17fac7215c21cc 100644 (file)
@@ -104,6 +104,10 @@ Do not run the inliner pass.
 Add directory to the list of directories to search when looking for
 libraries.
 
+=item B<-disable-compression>
+
+Do not compress the generated bytecode.
+
 =item B<-disable-internalize>
 
 Do not mark all symbols as internal.