summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/compiler_flags.rst
blob: 7138e809f7342d153b021d9aac9eb1b241ab3a4e (plain)
1
2
3
4
5
6
7
8
9
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.