]> git.ozlabs.org Git - ccan/blobdiff - ccan/crc/_info
Use -O not -O3: reduces ccan/tdb test time from 24 to 18 seconds.
[ccan] / ccan / crc / _info
index c3f0b7635e221b6007f42274995dd3db7e9b2abb..c505a2b63987f1643c3fd7c5cb3b95a8ff949d14 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
+#include <stdio.h>
 
 /**
  * crc - routines for crc of bytes
@@ -35,6 +36,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/array_size\n");
                return 0;
        }