mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[VFD] Build with debug information on debug builds
CORE-14090
This commit is contained in:
parent
25c7e1a8d0
commit
753d87468c
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ list(APPEND SOURCE
|
|||
vfdshutil.cpp
|
||||
vfdzip.c)
|
||||
|
||||
if(DBG)
|
||||
add_definitions(-D_DEBUG)
|
||||
endif()
|
||||
|
||||
add_library(vfd SHARED
|
||||
${SOURCE}
|
||||
vfdlib.rc
|
||||
|
|
Loading…
Reference in a new issue