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:
authorkubouch <kubouch@gmail.com>2020-07-04 21:47:49 +0300
committerkubouch <kubouch@gmail.com>2020-07-11 12:26:01 +0300
commit1fd1d3bd6b6458faacc0f1a41040c0ca6e0e873d (patch)
treee708e4b9bad35afa5679ec5df5b76574a579173b /csvexport/build/unix/release.mk
parent0977952bde30bf0a0d31a93d8dacb9b952df64b8 (diff)
Add CSV export of basic zone statistics
Diffstat (limited to 'csvexport/build/unix/release.mk')
-rw-r--r--csvexport/build/unix/release.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/csvexport/build/unix/release.mk b/csvexport/build/unix/release.mk
new file mode 100644
index 00000000..b59abd5c
--- /dev/null
+++ b/csvexport/build/unix/release.mk
@@ -0,0 +1,7 @@
+ARCH := $(shell uname -m)
+
+CFLAGS := -O3 -s -march=native
+DEFINES := -DNDEBUG
+BUILD := release
+
+include build.mk