Skip to content

Commit 2f6d3d2

Browse files
Add memory debugging.
1 parent 24ef446 commit 2f6d3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/agoo/extconf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$CFLAGS += ' -std=c11'
1212
end
1313

14-
$CFLAGS += ' -D_POSIX_SOURCE -D_GNU_SOURCE'
14+
$CFLAGS += ' -D_POSIX_SOURCE -D_GNU_SOURCE -DMEM_DEBUG'
1515

1616
# Adding the __attribute__ flag only works with gcc compilers and even then it
1717
# does not work to check args with varargs so just remove the check.

0 commit comments

Comments
 (0)