On Thu, 23 Jan 2025 13:51:27 +0100 Matthieu Baerts wrote: > > -CFLAGS = -Wall -Wl,--no-as-needed -O2 -g > > +CFLAGS += -Wall -Wl,--no-as-needed -O2 -g > > (small detail: I guess the double whitespaces after the '=' were there > to keep the alignment with the next line, so probably there should be > only one now, but I don't think this alone is enough to ask for a v2!) Adjusted when applying in both patches, so the bot will probably not respond. Thanks for these fixes!