From 0fc99d96d38d925ac2e0b7b1f63e9fa93f4fe7c5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 Jan 2021 17:02:37 -0500 Subject: [PATCH] Added -COPT --- docs/User-Manual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 815f3d68..94d164d9 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -116,6 +116,7 @@ Option | Notes `-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. `-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". `-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.