From b03bd4bc8d287905b3c122ec942a50a636e69590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= Date: Thu, 23 Jul 2020 20:14:40 +0200 Subject: [PATCH] Fix cross compilation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Ondráček --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af3195a..27daced 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ EXTRA_CFLAGS += $(USER_EXTRA_CFLAGS) -fno-pie -EXTRA_CFLAGS += -O3 -mtune=native +EXTRA_CFLAGS += -O3 EXTRA_CFLAGS += -Wno-unused-variable #EXTRA_CFLAGS += -Wno-unused-value EXTRA_CFLAGS += -Wno-unused-label