compiler_flags.rst 399 B

123456789
  1. compiler_flags
  2. -----------------
  3. * The :variable:`CMAKE_<LANG>_COMPILER` variable may now be used to
  4. store "mandatory" compiler flags like the :envvar:`CC` and other environment variables.
  5. * The :variable:`CMAKE_<LANG>_FLAGS_INIT` variable will now be considered during
  6. the compiler indentification check if other sources like :variable:`CMAKE_<LANG>_FLAGS`
  7. or :envvar:`CFLAGS` are not set.