mirror of https://github.com/bitcoin/bitcoin.git
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:
parent
4af72d8b08
commit
9653ebc053
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue