From a930747329e7a428578e3e4af3f29a5c23f49ec7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 5 Jun 2023 00:07:21 +0200 Subject: Fixed ArchLinux build. Signed-off-by: Toni Uhlig --- Makefile.native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.native.inc') diff --git a/Makefile.native.inc b/Makefile.native.inc index 95ed10a..6c07789 100644 --- a/Makefile.native.inc +++ b/Makefile.native.inc @@ -18,9 +18,9 @@ INSTALL = install CMAKE = cmake CC = /usr/bin/cc CXX = /usr/bin/c++ -CFLAGS := -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing \ +CFLAGS := -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing -Wno-c++20-compat \ -m64 -fPIC -fvisibility=hidden \ - -ffunction-sections -fdata-sections -fno-builtin -ffreestanding \ + -ffunction-sections -fdata-sections \ -I$(DPP_ROOT)/CRT ifneq ($(WERROR),) CFLAGS += -Werror -- cgit v1.2.3