We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ef446 commit 2f6d3d2Copy full SHA for 2f6d3d2
ext/agoo/extconf.rb
@@ -11,7 +11,7 @@
11
$CFLAGS += ' -std=c11'
12
end
13
14
-$CFLAGS += ' -D_POSIX_SOURCE -D_GNU_SOURCE'
+$CFLAGS += ' -D_POSIX_SOURCE -D_GNU_SOURCE -DMEM_DEBUG'
15
16
# Adding the __attribute__ flag only works with gcc compilers and even then it
17
# does not work to check args with varargs so just remove the check.
0 commit comments