]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Use -O not -O3: reduces ccan/tdb test time from 24 to 18 seconds.
[ccan] / tools / tools.h
index 431a018a8c27b4a5b52fbd7112c5fc043bc88984..440abc89353055764362f355d985803c1934116f 100644 (file)
@@ -9,7 +9,7 @@
 #define SPACE_CHARS    " \f\n\r\t\v"
 
 /* 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. */
 char **get_deps(const void *ctx, const char *dir, const char *name,