• Daniel Black's avatar
    MDEV-34996 Buildbot MSAN options should be in server · 42eb64e6
    Daniel Black authored
    All the options that where in buildbot, should
    be in the server making it accessible to all
    without any special invocation.
    
    If WITH_MSAN=ON, we want to make sure that the
    compiler options are supported and it will result
    in an error if not supported.
    
    We make the -WITH_MSAN=ON append -stdlib=libc++
    to the CXX_FLAGS if supported.
    
    With SECURITY_HARDENING options the bootstrap
    currently crashes, so for now, we disable SECRUITY_HARDENING
    if there is MSAN enable.
    
    Option WITH_DBUG_TRACE has no effect in MSAN builds.
    42eb64e6
CMakeLists.txt 21.4 KB