build: sync default CXXFLAGS and DEFINES with ndn-cxx
Change-Id: I2e7916942e6f5e347e21949f4945af37573da5cc
diff --git a/src/logic.cpp b/src/logic.cpp
index d93db65..1d09813 100644
--- a/src/logic.cpp
+++ b/src/logic.cpp
@@ -1,6 +1,6 @@
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil -*- */
/*
- * Copyright (c) 2012-2023 University of California, Los Angeles
+ * Copyright (c) 2012-2024 University of California, Los Angeles
*
* This file is part of ChronoSync, synchronization library for distributed realtime
* applications for NDN.
@@ -594,7 +594,7 @@
m_pendingSyncInterestName = interestName;
-#ifdef _DEBUG
+#ifndef NDEBUG
printDigest(m_state.getRootDigest());
#endif