From 57ca6112b872570b20636eb1ea8c25fa34231d31 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 26 Jan 2021 22:43:50 +0100 Subject: Enable Link Time Optimization on unix. --- csvexport/build/unix/release.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csvexport/build/unix/release.mk') diff --git a/csvexport/build/unix/release.mk b/csvexport/build/unix/release.mk index 01a5113f..e70f36d4 100644 --- a/csvexport/build/unix/release.mk +++ b/csvexport/build/unix/release.mk @@ -1,4 +1,4 @@ -CFLAGS := -O3 +CFLAGS := -O3 -flto DEFINES := -DNDEBUG BUILD := release -- cgit v1.2.3