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-27 00:43:50 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-27 00:43:50 +0300
commit57ca6112b872570b20636eb1ea8c25fa34231d31 (patch)
tree1dd816b9bcc4b6c6789da22bb5921f7fc2b2e6e3 /update
parentcf2208c3a87b472b3791eb082786e6e7dff12770 (diff)
Enable Link Time Optimization on unix.
Diffstat (limited to 'update')
-rw-r--r--update/build/unix/release.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/build/unix/release.mk b/update/build/unix/release.mk
index 01a5113f..e70f36d4 100644
--- a/update/build/unix/release.mk
+++ b/update/build/unix/release.mk
@@ -1,4 +1,4 @@
-CFLAGS := -O3
+CFLAGS := -O3 -flto
DEFINES := -DNDEBUG
BUILD := release