Skip to content
Snippets Groups Projects
Commit f826bf37 authored by Steve Holme's avatar Steve Holme
Browse files

build: Enabled DEBUGBUILD in Visual Studio debug builds

Defined the DEBUGBUILD pre-processor variable to allow extra logging,
which is particularly useful in debug builds, as we use this and Visual
Studio typically uses _DEBUG.

We could define DEBUBBUILD, in curl_setup.h, when _MSC_VER and _DEBUG is
defined but that would also affect the makefile based builds which we
probably don't want to do.
parent 564b7b6d
No related branches found
No related tags found
No related merge requests found
Showing
with 336 additions and 336 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment