mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Added more command line options
This commit is contained in:
parent
d1cb8509fa
commit
ca2b42c562
1 changed files with 4 additions and 1 deletions
|
@ -97,8 +97,11 @@ Cyclone will not automatically generate libraries when compiling a program. Each
|
|||
|
||||
Option | Notes
|
||||
------ | -----
|
||||
`-t` | Show intermediate trace output in generated C files
|
||||
`-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.
|
||||
`-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
|
||||
`-h, --help` | Display usage information
|
||||
`-v` | Display version information
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue