Browse Source

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

Rusty Russell 16 years ago
parent
commit
165727526f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/tools.h

+ 1 - 1
tools/tools.h

@@ -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,