Skip to content
Snippets Groups Projects
  1. Jan 16, 2015
  2. Jan 03, 2015
    • Benoit Rat's avatar
      build: add DEBUG flag to HAL so that TRACE is not silent · ffa7bd69
      Benoit Rat authored and Alessandro Rubini's avatar Alessandro Rubini committed
      Most of the calls in HAL use TRACE to print to stdout/stderr however
      the full TRACE is depending on DEBUG flag at compilation.
      
      This is a quick hack, and the whole TRACE system should be re written
      with something like:
      
      TRACE_P_FATAL(...)
      TRACE_P_ERROR(...)
      TRACE_P_WARN(...)
      TRACE_P_INFO(...)
      TRACE_P_VERBOSE(...)
      #ifdef DEBUG
      TRACE_P_DEBUG(...)
      #endif
      ffa7bd69
  3. Nov 29, 2013
  4. Jun 21, 2012
  5. Mar 20, 2012
  6. Jan 10, 2012
  7. May 17, 2011