From 70eb14ba6b14b684a5b2e8cddd95a9050f84a202 Mon Sep 17 00:00:00 2001 From: JDierkse Date: Tue, 25 Jan 2022 10:51:23 +0100 Subject: [PATCH] Update x86_64 build flags --- Makefile.conf.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf.x86_64 b/Makefile.conf.x86_64 index f2aa998..e75b156 100644 --- a/Makefile.conf.x86_64 +++ b/Makefile.conf.x86_64 @@ -9,5 +9,5 @@ CC := g++ STRIP := strip OBJCOPY := objcopy -CFLAGS += -pedantic +CFLAGS += -Wno-stringop-truncation