diff options
Diffstat (limited to 'llvm/docs/CommandGuide/gccas.pod')
-rw-r--r-- | llvm/docs/CommandGuide/gccas.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod index 7dbfae87929..779d468ce3d 100644 --- a/llvm/docs/CommandGuide/gccas.pod +++ b/llvm/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. |