]> git.ozlabs.org Git - ccan/blobdiff - config.h
tdb2: Avoid a malloc/memcpy in _tdb1_store
[ccan] / config.h
index 5d2031ed44320b0a136b08867d71c4a9198bb042..14788013deac11b6d738f308019044898034f73a 100644 (file)
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
 #define _GNU_SOURCE /* Always use GNU extensions. */
 #endif
 #define CCAN_COMPILER "cc"
-#define CCAN_CFLAGS "-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1"
+#define CCAN_CFLAGS "-g3 -ggdb -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1"
 
 #define HAVE_32BIT_OFF_T 1
 #define HAVE_ALIGNOF 1