diff options
Diffstat (limited to 'src/vpp-api/vapi/vapi_dbg.h')
-rw-r--r-- | src/vpp-api/vapi/vapi_dbg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpp-api/vapi/vapi_dbg.h b/src/vpp-api/vapi/vapi_dbg.h index 95a8008915b..ec3a30065d4 100644 --- a/src/vpp-api/vapi/vapi_dbg.h +++ b/src/vpp-api/vapi/vapi_dbg.h @@ -22,6 +22,7 @@ #define VAPI_DEBUG (0) #define VAPI_DEBUG_CONNECT (0) #define VAPI_DEBUG_ALLOC (0) +#define VAPI_CPP_DEBUG_LEAKS (0) #if VAPI_DEBUG #include <stdio.h> |