From c8ea47782ccc3e71c82d7bad93de27985e08f1ca Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 26 Jan 2021 19:46:39 +0100 Subject: ARM clang doesn't support -march=native. --- update/build/unix/release.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update') diff --git a/update/build/unix/release.mk b/update/build/unix/release.mk index dcd41b0d..01a5113f 100644 --- a/update/build/unix/release.mk +++ b/update/build/unix/release.mk @@ -1,4 +1,4 @@ -CFLAGS := -O3 -march=native +CFLAGS := -O3 DEFINES := -DNDEBUG BUILD := release -- cgit v1.2.3