depends: remove support for Windows Qt LTO builds

The patches needed to support this were dropped in
5e794e6202 and "Cross-compiling does not
support LTO." (from #30997), so remove it for now.
This commit is contained in:
fanquake 2025-05-14 11:58:22 +01:00
parent 4af72d8b08
commit 9653ebc053
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 0 additions and 3 deletions

View File

@ -150,9 +150,6 @@ endif
$(package)_config_opts_mingw32 := -no-dbus
$(package)_config_opts_mingw32 += -no-freetype
$(package)_config_opts_mingw32 += -no-pkg-config
ifneq ($(LTO),)
$(package)_config_opts_mingw32 += -ltcg
endif
# CMake build options.
$(package)_config_env := CC="$$($(package)_cc)"