Enable debug in order to figure the testbot problems.

svn path=/trunk/; revision=55807
This commit is contained in:
Sylvain Petreolle 2012-02-22 15:30:48 +00:00
parent a0375291e4
commit d97f0de65f
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ list(APPEND SOURCE
raw.cxx)
include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib)
add_definitions(-DDBG=1)
add_executable(cabman ${SOURCE})
target_link_libraries(cabman zlibhost)

View file

@ -19,8 +19,8 @@
#if DBG
ULONG DebugTraceLevel = MIN_TRACE;
//ULONG DebugTraceLevel = MID_TRACE;
//ULONG DebugTraceLevel = MIN_TRACE;
ULONG DebugTraceLevel = MID_TRACE;
//ULONG DebugTraceLevel = MAX_TRACE;
#endif /* DBG */