• Marko Mäkelä's avatar
    MDEV-31890: Remove COMPILE_FLAGS · 3f1a2562
    Marko Mäkelä authored
    The cmake configuration step is single-threaded and already consuming
    too much time. We should not make it worse by adding invocations like
    MY_CHECK_CXX_COMPILER_FLAG().
    
    Let us prefer something that works on any supported version
    of GCC (4.8.5 or later) or clang, as well as recent versions
    of the Intel C compiler.
    
    This replaces commit 1fde7853
    3f1a2562
pars0grm.cc 82.9 KB