commit | b52818e778af6877300de6702057728682c1d921 | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Tue Nov 21 22:53:12 2006 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Tue Nov 21 22:53:12 2006 +0000 |
tree | 1346187b5a5d61a3121abed402da80022b3ebe73 | |
parent | d452599f6f654398d9fa54bb32f1abf8dc70ca24 [diff] [blame] |
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
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 all assembler-time optimization passes. +=item B<-disable-compression> + +Do not compress the generated bytecode. + =item B<--stats> Print statistics.