]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/objects_build_without_features.c
ccanlint: keep separate array of compiled versions.
[ccan] / tools / ccanlint / tests / objects_build_without_features.c
index f30bde4ed52f110b0cbd2144144dc1798628012a..8174541cd51271680dcff50d9a123489fdf73b33 100644 (file)
@@ -8,7 +8,7 @@ static void check_objs_build_without_features(struct manifest *m,
                                              struct score *score)
 {
        const char *flags = talloc_asprintf(score, "-I. %s", cflags);
-       build_objects(m, keep, score, flags);
+       build_objects(m, keep, score, flags, COMPILE_NOFEAT);
 }
 
 struct ccanlint objects_build_without_features = {