Include cflags in sprase invoke

This commit is contained in:
2026-01-23 12:27:00 +01:00
parent fa5dc7ed45
commit 5db8156824

View File

@@ -79,7 +79,7 @@ uninstall:
.PHONY:
check-sparse: $(SRC)
$(foreach f,$(SRC),\
-$(Q)$(SPARSE) $(CPPFLAGS) $f\
-$(Q)$(SPARSE) $(CFLAGS) $(CPPFLAGS) $f\
)
.PHONY: