X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=b7fe9155802df816af4feefaf37f037dac38fcae;hb=6f74ace37ffc43655c4809aff1634098dfd4a53b;hp=cc004036ded41db878b01639e85a5ae1d6143686;hpb=f3948bf8102ce5281460e6ed6053150a96d71a91;p=ccan diff --git a/tools/tools.h b/tools/tools.h index cc004036..b7fe9155 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -9,7 +9,7 @@ #define SPACE_CHARS " \f\n\r\t\v" /* FIXME: Remove some -I */ -#define CFLAGS "-O -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I. -I.. -I../.." +#define CFLAGS "-g -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I. -I.. -I../.." /* This actually compiles and runs the info file to get dependencies. */ char **get_deps(const void *ctx, const char *dir, const char *name,