• Vladislav Vaintroub's avatar
    MDEV-26527 speedup appveyor build · 999d254c
    Vladislav Vaintroub authored
    Introduce -DFAST_BUILD parameter for a little faster build or test
    
    if set,
    - do not compile with /d2OptimizeHugeFunctions, this makes compilation
    of bison output much slower on optimized build
    - do not use runtime checks on debug build (RTC1). This slows down tests
    considerably
    999d254c
Windows.cmake 12.7 KB