blob: 5bf580dbf0f8f568c76e6945181af343375e03b3 [file] [log] [blame]
--- a/Makefile.orig 2022-04-30 00:51:22.138985089 +0000
+++ b/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