On 25.10.2023 15:52, Edwin Török wrote: > --- a/tools/ocaml/Makefile.rules > +++ b/tools/ocaml/Makefile.rules > @@ -37,7 +37,7 @@ ALL_OCAML_OBJS ?= $(OBJS) > $(call quiet-command, $(OCAMLYACC) -q $<,MLYACC,$@) > > %.o: %.c > - $(call quiet-command, $(CC) $(CFLAGS) -c -o $@ $<,CC,$@) > + $(call quiet-command, $(OCAMLOPT) -verbose $(addprefix -ccopt > ,$(CFLAGS)) -c -o $@ $<,CC,$@)
Wouldn't -verbose better be passed only if the build isn't a quiet one? Jan
