You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
554 B

  1. CMAKE_<LANG>_FLAGS
  2. ------------------
  3. Flags for all build types.
  4. ``<LANG>`` flags used regardless of the value of :variable:`CMAKE_BUILD_TYPE`.
  5. This is initialized for each language from environment variables:
  6. * ``CMAKE_C_FLAGS``:
  7. Initialized by the :envvar:`CFLAGS` environment variable.
  8. * ``CMAKE_CXX_FLAGS``:
  9. Initialized by the :envvar:`CXXFLAGS` environment variable.
  10. * ``CMAKE_CUDA_FLAGS``:
  11. Initialized by the :envvar:`CUDAFLAGS` environment variable.
  12. * ``CMAKE_Fortran_FLAGS``:
  13. Initialized by the :envvar:`FFLAGS` environment variable.