mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-14 07:23:46 +00:00
Version 4.6.2: Re-enable global /LTCG on Windows.
With /LTCGOUT: empty path it should not try generating .iobj file, and work on both 32 bit and 64 bit build with all static libs.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
add_executable(Telegram WIN32 MACOSX_BUNDLE)
|
||||
init_non_host_target(Telegram ltcg)
|
||||
init_non_host_target(Telegram)
|
||||
|
||||
add_subdirectory(lib_rpl)
|
||||
add_subdirectory(lib_crl)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
add_library(lib_ffmpeg OBJECT)
|
||||
add_library(desktop-app::lib_ffmpeg ALIAS lib_ffmpeg)
|
||||
init_target(lib_ffmpeg ltcg)
|
||||
init_target(lib_ffmpeg)
|
||||
|
||||
nice_target_sources(lib_ffmpeg ${src_loc}
|
||||
PRIVATE
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
add_library(td_mtproto OBJECT)
|
||||
init_non_host_target(td_mtproto ltcg)
|
||||
init_non_host_target(td_mtproto)
|
||||
add_library(tdesktop::td_mtproto ALIAS td_mtproto)
|
||||
|
||||
target_precompile_headers(td_mtproto PRIVATE ${src_loc}/mtproto/mtproto_pch.h)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
add_library(td_scheme OBJECT)
|
||||
init_non_host_target(td_scheme ltcg)
|
||||
init_non_host_target(td_scheme)
|
||||
add_library(tdesktop::td_scheme ALIAS td_scheme)
|
||||
|
||||
include(cmake/generate_scheme.cmake)
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# For license and copyright information please follow this link:
|
||||
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
add_library(td_ui STATIC)
|
||||
init_non_host_target(td_ui ltcg)
|
||||
add_library(td_ui OBJECT)
|
||||
init_non_host_target(td_ui)
|
||||
add_library(tdesktop::td_ui ALIAS td_ui)
|
||||
|
||||
include(lib_ui/cmake/generate_styles.cmake)
|
||||
|
||||
+1
-1
Submodule Telegram/codegen updated: 40d9bc8a64...1a969faa0a
+1
-1
Submodule Telegram/lib_base updated: a2eb8075c2...33d846fc2d
+1
-1
Submodule Telegram/lib_crl updated: 53d1322171...3d7e1e1f13
+1
-1
Submodule Telegram/lib_lottie updated: 99d1d94663...3e9c2f1026
+1
-1
Submodule Telegram/lib_ui updated: 1b9b173964...66e47a0240
+1
-1
Submodule Telegram/lib_webrtc updated: 853b9d8cbe...b68a95ad4d
+1
-1
Submodule cmake updated: aa1e0d84b9...17951fb650
Reference in New Issue
Block a user