Commit 16572752 authored by Rusty Russell's avatar Rusty Russell

Use -O not -O3: reduces ccan/tdb test time from 24 to 18 seconds.

parent 156dfda8
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#define SPACE_CHARS " \f\n\r\t\v" #define SPACE_CHARS " \f\n\r\t\v"
/* FIXME: Remove some -I */ /* FIXME: Remove some -I */
#define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I.. -I../.." #define CFLAGS "-O -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I.. -I../.."
/* This actually compiles and runs the info file to get dependencies. */ /* This actually compiles and runs the info file to get dependencies. */
char **get_deps(const void *ctx, const char *dir, const char *name, char **get_deps(const void *ctx, const char *dir, const char *name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment