From f5d2c36849b0b4386b1b21de1bb9cadebc5cc86e Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Wed, 14 Mar 2012 22:20:05 +0000 Subject: [PATCH] [CABMAN] Turn off debug now that the not closed cabinets issue is fixed. Addendum to r56045, reverts r55807. svn path=/trunk/; revision=56152 --- reactos/tools/cabman/CMakeLists.txt | 2 +- reactos/tools/cabman/main.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/tools/cabman/CMakeLists.txt b/reactos/tools/cabman/CMakeLists.txt index 98293020177..fd580af1d5a 100644 --- a/reactos/tools/cabman/CMakeLists.txt +++ b/reactos/tools/cabman/CMakeLists.txt @@ -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) \ No newline at end of file diff --git a/reactos/tools/cabman/main.cxx b/reactos/tools/cabman/main.cxx index 1d25b3012f3..88f0f151ad2 100644 --- a/reactos/tools/cabman/main.cxx +++ b/reactos/tools/cabman/main.cxx @@ -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 */