Help: Document ObjC/ObjC++ flag variables

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk
2024-04-16 11:59:43 -04:00
parent 70413d2c35
commit 31e6017bb6
4 changed files with 34 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ combination with CMake's builtin defaults for the toolchain:
Initialized by the :envvar:`HIPFLAGS` environment variable.
* ``CMAKE_ISPC_FLAGS``:
Initialized by the :envvar:`ISPCFLAGS` environment variable.
* ``CMAKE_OBJC_FLAGS``:
Initialized by the :envvar:`OBJCFLAGS` environment variable.
* ``CMAKE_OBJCXX_FLAGS``:
Initialized by the :envvar:`OBJCXXFLAGS` environment variable.
This value is a command-line string fragment. Therefore, multiple options
should be separated by spaces, and options with spaces should be quoted.