https://github.com/Kitware/CMake
Revision cafaa5883a0ef4371a1435de5e56a7825679bb2b authored by Brad King on 10 July 2019, 13:50:04 UTC, committed by Brad King on 10 July 2019, 13:51:38 UTC
1 parent 580c694
Raw File
Tip revision: cafaa5883a0ef4371a1435de5e56a7825679bb2b authored by Brad King on 10 July 2019, 13:50:04 UTC
CheckCXXSymbolExists: Clarify documented role
Tip revision: cafaa58
CFLAGS.rst
CFLAGS
------

.. include:: ENV_VAR.txt

Default compilation flags to be used when compiling ``C`` files. Will only be
used by CMake on the first configuration to determine ``CC`` default compilation
flags, after which the value for ``CFLAGS`` is stored in the cache
as :variable:`CMAKE_C_FLAGS <CMAKE_<LANG>_FLAGS>`. For any configuration run
(including the first), the environment variable will be ignored if the
:variable:`CMAKE_C_FLAGS <CMAKE_<LANG>_FLAGS>` variable is defined.
back to top