diff OrthancServer/Resources/RunCppCheck.sh @ 5159:f5907aecbaed

conditional usage of malloc_trim
author Alain Mazy <am@osimis.io>
date Thu, 02 Feb 2023 11:28:35 +0100
parents 02cfd23a556a
children acaea72a3e91
line wrap: on
line diff
--- a/OrthancServer/Resources/RunCppCheck.sh	Thu Feb 02 10:33:15 2023 +0100
+++ b/OrthancServer/Resources/RunCppCheck.sh	Thu Feb 02 11:28:35 2023 +0100
@@ -49,6 +49,7 @@
             -DCIVETWEB_HAS_WEBDAV_WRITING=1 \
             -DDCMTK_VERSION_NUMBER=365 \
             -DHAVE_MALLOPT=1 \
+            -DHAVE_MALLOC_TRIM=1 \
             -DMONGOOSE_USE_CALLBACKS=1 \
             -DJSONCPP_VERSION_MAJOR=1 \
             -DJSONCPP_VERSION_MINOR=0 \