Skip to content
  • Gauthier Quesnel's avatar
    context: update DEBUG and LOG macro · 73824efb
    Gauthier Quesnel authored
    CMake use two options WITH_DEBUG (ON default), WITH_LOG (ON default).
    
    - WITH_LOG enables logging system (using the BARYONYX_ENABLE_DEBUG
      preprocessor definition).
    - WITH_DEBUG enable debug messages in logging system and some debug
      information (using the BARYONYX_ENABLE_DEBUG preprocessor definition).
    73824efb