From 2d0ffb55b7323f721a937bc8148141528288676f Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Wed, 8 Jun 2022 17:18:02 +0200 Subject: [PATCH] Release 1.5.3 Enable LTO by default Fix compile bug when LTO enabled --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 246c181af..095341e5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.9.0) # CMAKE_INTERPROCEDURAL_OPTIMIZATION project(fastfetch - VERSION 1.5.2 + VERSION 1.5.3 LANGUAGES C )