summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst')
-rw-r--r--share/cmake-3.22/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst b/share/cmake-3.22/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst
new file mode 100644
index 0000000..f0900fd
--- /dev/null
+++ b/share/cmake-3.22/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst
@@ -0,0 +1,9 @@
+CMAKE_<LANG>_FLAGS_<CONFIG>
+---------------------------
+
+Flags for language ``<LANG>`` when building for the ``<CONFIG>`` configuration.
+
+The flags in this variable will be passed to the compiler after those
+in the :variable:`CMAKE_<LANG>_FLAGS` variable, but before flags added
+by the :command:`add_compile_options` or :command:`target_compile_options`
+commands.