Skip to content

Commit

Permalink
Remove NDEBUG to ensure assert statements are always executed
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Dec 2, 2024
1 parent 9f86ba4 commit 1b32e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/process_iterator_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define _GNU_SOURCE
#endif

#undef NDEBUG
#include <assert.h>
#include <signal.h>
#include <stdio.h>
Expand Down

0 comments on commit 1b32e72

Please sign in to comment.