Enable LTO/IPO on release builds

This commit is contained in:
Philipp David 2022-03-19 18:08:28 +01:00
parent c7fdfb8116
commit c7c83a35fa
No known key found for this signature in database
GPG key ID: 967A5D5EB5071577
11 changed files with 24 additions and 12 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.9.4)
project(LocalPeer)
find_package(Qt5 COMPONENTS Core Network REQUIRED)