Commit c1674294 authored by unknown's avatar unknown
Browse files

wl2010

Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)



configure.in:
  Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
parent f47a0b9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2961,10 +2961,10 @@ then
  if test "$with_debug" = "yes"
  then
    # Medium debug.
    NDB_DEFS="-DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
    NDB_DEFS="-DNDB_DEBUG -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
  elif test "$with_debug" = "full"
  then
    NDB_DEFS="-DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
    NDB_DEFS="-DNDB_DEBUG_FULL -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
  else
    NDB_DEFS="-DNDEBUG"
  fi