mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Sync changes
This commit is contained in:
parent
a6ae0a575a
commit
fac6b0846f
1 changed files with 12 additions and 9 deletions
|
@ -100,9 +100,12 @@ Cyclone will not automatically generate libraries when compiling a program. Each
|
|||
`cyclone` has the following command line options:
|
||||
|
||||
Option | Notes
|
||||
------ | -----
|
||||
------------------ | -----
|
||||
`-A directory` | Append directory to the list of directories that are searched in order to locate imported libraries.
|
||||
`-I directory` | Prepend directory to the list of directories that are searched in order to locate imported libraries.
|
||||
`-CP cc-commands` | Specify a custom command line for the C compiler to compile a program module. See `Makefile.config` for an example of how to construct such a command line.
|
||||
`-CE cc-commands` | Specify a custom command line for the C compiler to compile an executable.
|
||||
`-CL cc-commands` | Specify a custom command line for the C compiler to compile a library module.
|
||||
`-Ox` | Optimization level, higher means more optimizations will be used. Set to 0 to disable optimizations.
|
||||
`-d` | Only generate intermediate C files, do not compile them. This option will also show the C compiler commands that would have been used to compile the C file.
|
||||
`-t` | Show intermediate trace output in generated C files
|
||||
|
|
Loading…
Add table
Reference in a new issue