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
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2021-01-27 00:27:27 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-27 00:27:27 +0300
commitcf2208c3a87b472b3791eb082786e6e7dff12770 (patch)
tree1245ac697bd869e7c83bc7addb0f51f261d3c76e /csvexport/build
parent3f495f9cd7b73e7052b1182f6226f425163864ec (diff)
Fix one missed makefile.
Diffstat (limited to 'csvexport/build')
-rw-r--r--csvexport/build/unix/release.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/csvexport/build/unix/release.mk b/csvexport/build/unix/release.mk
index b59abd5c..01a5113f 100644
--- a/csvexport/build/unix/release.mk
+++ b/csvexport/build/unix/release.mk
@@ -1,7 +1,6 @@
-ARCH := $(shell uname -m)
-
-CFLAGS := -O3 -s -march=native
+CFLAGS := -O3
DEFINES := -DNDEBUG
BUILD := release
+include ../../../common/unix-release.mk
include build.mk