Set -DNVALGRIND for release artifacts

This commit is contained in:
2024-03-13 20:45:59 -07:00
parent a07c93ffff
commit 0f795cf163
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -56,9 +56,6 @@ limitations under the License.
#endif
#if SHOW_MEMORY
#ifdef __APPLE__
#include <malloc/malloc.h>
#endif
void addNode(struct Node *);
void removeNode(struct Node *);
void addKey(struct Node *);