• Vladislav Vaintroub's avatar
    - Always compile my_new.cc and safemalloc.c with mysys · 3cb24fff
    Vladislav Vaintroub authored
    Preprocessor macros USE_MYSYS_NEW and -DSAFEMALLOC are 
    used to conditionally compile safemalloc or overwritten new/delete.
    
    -Define dummy symbol in my_new.cc in case -DUSE_MYSYS_NEW is not set.
    This avoids compiler/linker warnings about an essentially empty file
    being compiled.
    3cb24fff
CMakeLists.txt 3.25 KB