Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2021-01-26 21:46:39 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-26 21:46:39 +0300
commitc8ea47782ccc3e71c82d7bad93de27985e08f1ca (patch)
treee18a2b8b981755da0ba983cdb99a44f4cda5bfcc /update
parent62d6f4127d8528a02890f636416e5379de74de62 (diff)
ARM clang doesn't support -march=native.
Diffstat (limited to 'update')
-rw-r--r--update/build/unix/release.mk2
1 files changed, 1 insertions, 1 deletions
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