[VFD] Build with debug information on debug builds

CORE-14090
This commit is contained in:
Pierre Schweitzer 2017-12-16 21:57:11 +01:00
parent 25c7e1a8d0
commit 753d87468c
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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