Skip to content

Commit

Permalink
enable DEBUG_VERBOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Dec 4, 2023
1 parent be32ef4 commit 79e846f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if (MSVC)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE)
add_definitions(-DNOMINMAX)
endif ()
if (DEBUG_VERBOSE)
add_definitions(-DDEBUG_VERBOSE)
endif ()

#
include(CheckCompilerMachineOption)
include(CheckCompilerSIMDFeature)
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ override_dh_auto_configure:
-DGDAL_USE_XERCESC=OFF \
-DGDAL_USE_ZSTD=ON \
-DGDAL_USE_KEA=ON \
-DDEBUG_VERBOSE=ON \
; \
done

Expand Down

0 comments on commit 79e846f

Please sign in to comment.