blob: c06039cb8e924f7e10c24c21655ae36574d53e9f [file] [log] [blame]
--- Makefile.orig 2022-04-30 00:51:22.138985089 +0000
+++ Makefile 2022-04-30 00:51:24.559188025 +0000
@@ -173,7 +173,7 @@
$(MAKE) VPATH=$(TOPDIR)/lib TOPDIR=$(TOPDIR) -C lib -f $(TOPDIR)/lib/Makefile
post-process-pe : $(TOPDIR)/post-process-pe.c
- $(HOSTCC) -std=gnu11 -Og -g3 -Wall -Wextra -Wno-missing-field-initializers -Werror -o $@ $<
+ $(HOSTCC) -std=gnu11 -Og -g3 -Wall -Wextra -Wno-missing-field-initializers -Wno-format -Werror -o $@ $<
buildid : $(TOPDIR)/buildid.c
$(HOSTCC) -I/usr/include -Og -g3 -Wall -Werror -Wextra -o $@ $< -lelf