logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkc_compiler_settings - generates initial settings for C/C++ compiler

Author

       Aleksey Cheusov <vle@gmx.net>

                                                  Feb 10, 2020                          MKC_COMPILER_SETTINGS(1)

Description

mkc_compiler_settings checks compiler capabilities and store initial settings required by mk-configure to
       ~/.mkcmake/mkc_imp.cc_${CC_TYPE}-${CC_VERSION}.mk or
       ~/.mkcmake/mkc_imp.cxx_${CXX_TYPE}-${CXX_VERSION}.mk files for C and C++ compilers respectively.

Environment

CC     C compiler to check.

       CXX    C++ compiler to check.

       USE_CC_COMPILERS
              A space-separated list of C compilers to check. This variable has higher priority than CC.

       USE_CXX_COMPILERS
              A space-separated list of C++ compilers to check. This variable has higher priority than CXX.

Name

       mkc_compiler_settings - generates initial settings for C/C++ compiler

Synopsis

mkc_compiler_settings

See Also