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:39:24 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-26 21:39:24 +0300
commit62d6f4127d8528a02890f636416e5379de74de62 (patch)
tree6a0526a5e45aa3c56879e6d79fbd19dbdcb330b3 /update
parent81c91a87fcc88e74787a8409c558b84bdb10bbbb (diff)
Don't pass -s parameter to clang.
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