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:
Diffstat (limited to 'update')
-rw-r--r--update/build/unix/release.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/update/build/unix/release.mk b/update/build/unix/release.mk
index b59abd5c..dcd41b0d 100644
--- a/update/build/unix/release.mk
+++ b/update/build/unix/release.mk
@@ -1,7 +1,6 @@
-ARCH := $(shell uname -m)
-
-CFLAGS := -O3 -s -march=native
+CFLAGS := -O3 -march=native
DEFINES := -DNDEBUG
BUILD := release
+include ../../../common/unix-release.mk
include build.mk