Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 12, 2024
1 parent ce59697 commit aedce29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OF
include(PickyWarnings)

if(ENABLE_DEBUG)
add_definitions("-DDEBUGBUILD")
add_definitions("-DCURLDEBUG")
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS DEBUGBUILD)
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS CURLDEBUG)
endif()

# For debug libs and exes, add "-d" postfix
Expand Down

0 comments on commit aedce29

Please sign in to comment.