CMAKE_LANG_FLAGS_CONFIG.rst 364 B

123456789
  1. CMAKE_<LANG>_FLAGS_<CONFIG>
  2. ---------------------------
  3. Flags for language ``<LANG>`` when building for the ``<CONFIG>`` configuration.
  4. The flags in this variable will be passed to the compiler after those
  5. in the :variable:`CMAKE_<LANG>_FLAGS` variable, but before flags added
  6. by the :command:`add_compile_options` or :command:`target_compile_options`
  7. commands.