mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Update cmake for -flto=auto support
This commit is contained in:
parent
8552047210
commit
0f38dabd84
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-6.4.0" -%}
|
||||
{%- set OPENSSL_VER = "1_1_1" -%}
|
||||
{%- set OPENSSL_PREFIX = "/usr/local/desktop-app/openssl-1.1.1" -%}
|
||||
{%- set CMAKE_VER = "3.21.3" -%}
|
||||
{%- set CMAKE_VER = "3.24.3" -%}
|
||||
{%- set CMAKE_FILE = "cmake-" ~ CMAKE_VER ~ "-Linux-x86_64.sh" -%}
|
||||
{%- set CFLAGS_DEBUG = "-g -pipe -fPIC -fstack-protector-all -fstack-clash-protection -D_GLIBCXX_ASSERTIONS" -%}
|
||||
{%- set CFLAGS_LTO = "-flto=auto -ffat-lto-objects" -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue