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:
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