mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
(lib)curl.rc: set debug flag also for CURLDEBUG
and UNITTESTS
These macros also enable debug features in both libcurl and curl. Enable `VS_FF_DEBUG` version resource flag when they are set. Closes #13730
This commit is contained in:
parent
6eb99d7c1c
commit
d13a3a6635
@ -32,7 +32,7 @@ VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION RC_VERSION
|
||||
PRODUCTVERSION RC_VERSION
|
||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||
#if defined(DEBUGBUILD) || defined(_DEBUG)
|
||||
#if defined(DEBUGBUILD) || defined(UNITTESTS) || defined(CURLDEBUG) || defined(_DEBUG)
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#else
|
||||
FILEFLAGS 0L
|
||||
|
@ -32,7 +32,7 @@ VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION RC_VERSION
|
||||
PRODUCTVERSION RC_VERSION
|
||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||
#if defined(DEBUGBUILD) || defined(_DEBUG)
|
||||
#if defined(DEBUGBUILD) || defined(UNITTESTS) || defined(CURLDEBUG) || defined(_DEBUG)
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#else
|
||||
FILEFLAGS 0L
|
||||
|
Loading…
x
Reference in New Issue
Block a user