X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=config.h;h=14788013deac11b6d738f308019044898034f73a;hp=5d2031ed44320b0a136b08867d71c4a9198bb042;hb=3d45cf27cf586c9afe078ceb06fee115ea246a92;hpb=6a8d296f9383dd25ec381e2ab136a33823d140e5 diff --git a/config.h b/config.h index 5d2031ed..14788013 100644 --- 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