CMAKE_<LANG>_FLAGS
Flags for all build types.
<LANG>
flags used regardless of the value of CMAKE_BUILD_TYPE
.
This is initialized for each language from environment variables:
-
CMAKE_C_FLAGS
: Initialized by theCFLAGS
environment variable. -
CMAKE_CXX_FLAGS
: Initialized by theCXXFLAGS
environment variable. -
CMAKE_CUDA_FLAGS
: Initialized by theCUDAFLAGS
environment variable. -
CMAKE_Fortran_FLAGS
: Initialized by theFFLAGS
environment variable.
© 2000–2020 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.17/variable/CMAKE_LANG_FLAGS.html