mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
10 lines
399 B
ReStructuredText
10 lines
399 B
ReStructuredText
compiler_flags
|
|
-----------------
|
|
|
|
* The :variable:`CMAKE_<LANG>_COMPILER` variable may now be used to
|
|
store "mandatory" compiler flags like the :envvar:`CC` and other environment variables.
|
|
|
|
* The :variable:`CMAKE_<LANG>_FLAGS_INIT` variable will now be considered during
|
|
the compiler indentification check if other sources like :variable:`CMAKE_<LANG>_FLAGS`
|
|
or :envvar:`CFLAGS` are not set.
|