mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[CABMAN]
Turn off debug now that the not closed cabinets issue is fixed. Addendum to r56045, reverts r55807. svn path=/trunk/; revision=56152
This commit is contained in:
parent
299123b665
commit
f5d2c36849
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue