diff options
Diffstat (limited to 'testing/telegram-desktop/werror-lto.patch')
-rw-r--r-- | testing/telegram-desktop/werror-lto.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/telegram-desktop/werror-lto.patch b/testing/telegram-desktop/werror-lto.patch deleted file mode 100644 index d2cc6c7210..0000000000 --- a/testing/telegram-desktop/werror-lto.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/cmake/options_linux.cmake b/cmake/options_linux.cmake -index a6a13c9..cf6125c 100644 ---- a/cmake/options_linux.cmake -+++ b/cmake/options_linux.cmake -@@ -9,7 +9,6 @@ INTERFACE - $<IF:$<CONFIG:Debug>,,-Ofast -fno-strict-aliasing> - -pipe - -Wall -- -Werror - -W - -fPIC - -Wno-unused-variable -@@ -33,8 +32,4 @@ INTERFACE - if (build_linux32) - target_compile_options(common_options INTERFACE -g0) - target_link_options(common_options INTERFACE -g0) --else() -- target_compile_options(common_options INTERFACE $<IF:$<CONFIG:Debug>,,-g -flto>) -- target_link_options(common_options INTERFACE $<IF:$<CONFIG:Debug>,,-g -flto -fuse-linker-plugin>) - endif() -- |