mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Added -COPT
This commit is contained in:
parent
5ad0f6fa68
commit
0fc99d96d3
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ Option | Notes
|
||||||
`-CE cc-commands` | Specify a custom command line for the C compiler to compile an executable.
|
`-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.
|
`-CL cc-commands` | Specify a custom command line for the C compiler to compile a library module.
|
||||||
`-CS cc-commands` | Specify a custom command line for the C compiler to compile a shared object module.
|
`-CS cc-commands` | Specify a custom command line for the C compiler to compile a shared object module.
|
||||||
|
`-COPT options` | Specify custom options to provide to the C compiler, EG: \"-Imy-directory\".
|
||||||
`-CLNK option` | Specify a custom command to provide as a linker option, EG: "-lcurl".
|
`-CLNK option` | Specify a custom command to provide as a linker option, EG: "-lcurl".
|
||||||
`-Ox` | Optimization level, higher means more optimizations will be used. Set to 0 to disable optimizations.
|
`-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.
|
`-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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue