mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user