mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 11:46:35 +02:00
Updated -d option
This commit is contained in:
parent
90ca75ca9c
commit
9d3466efd1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Cyclone will not automatically generate libraries when compiling a program. Each
|
||||||
Option | Notes
|
Option | Notes
|
||||||
------ | -----
|
------ | -----
|
||||||
`-t` | Show intermediate trace output in generated C files
|
`-t` | Show intermediate trace output in generated C files
|
||||||
`-d` | Only generate intermediate C files, do not compile them
|
`-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.
|
||||||
`-h, --help` | Display usage information
|
`-h, --help` | Display usage information
|
||||||
`-v` | Display version information
|
`-v` | Display version information
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue