| Server IP : 176.32.38.42 / Your IP : 216.73.216.223 Web Server : LiteSpeed System : Linux ha006.mymail.zone 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64 User : s1225329 ( 1835) PHP Version : 7.4.33 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/share/cmake/Help/variable/ |
Upload File : |
CMAKE_<LANG>_FLAGS ------------------ Flags for all build types. ``<LANG>`` flags used regardless of the value of :variable:`CMAKE_BUILD_TYPE`. For each language, if this variable is not defined, it is initialized and stored in the cache using values from environment variables in combination with CMake's builtin defaults for the toolchain: * ``CMAKE_C_FLAGS``: Initialized by the :envvar:`CFLAGS` environment variable. * ``CMAKE_CXX_FLAGS``: Initialized by the :envvar:`CXXFLAGS` environment variable. * ``CMAKE_CUDA_FLAGS``: Initialized by the :envvar:`CUDAFLAGS` environment variable. * ``CMAKE_Fortran_FLAGS``: Initialized by the :envvar:`FFLAGS` environment variable. * ``CMAKE_CSharp_FLAGS``: Initialized by the :envvar:`CSFLAGS` environment variable. * ``CMAKE_HIP_FLAGS``: Initialized by the :envvar:`HIPFLAGS` environment variable. * ``CMAKE_ISPC_FLAGS``: Initialized by the :envvar:`ISPCFLAGS` environment variable. This value is a command-line string fragment. Therefore, multiple options should be separated by spaces, and options with spaces should be quoted. The flags in this variable will be passed to the compiler before those in the per-configuration :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` variant, and before flags added by the :command:`add_compile_options` or :command:`target_compile_options` commands.