Skip to content

Commit ae02413

Browse files
committed
Merge bitcoin#32496: depends: drop ltcg for Windows Qt
9653ebc depends: remove support for Windows Qt LTO builds (fanquake) Pull request description: The related Windows patches were dropped in 5e794e6, and "Cross-compiling does not support LTO." (from bitcoin#30997). ACKs for top commit: maflcko: lgtm ACK 9653ebc Tree-SHA512: 40ae7b17669bf87f2e848055e85e1a6c946f0bb0bc1674e18f1622ec4a0613fe955a4daf83928c9375035dac289ce2a72dd7f347b15f86d108157f9da9499945
2 parents 6a2ff67 + 9653ebc commit ae02413

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

depends/packages/qt.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ endif
150150
$(package)_config_opts_mingw32 := -no-dbus
151151
$(package)_config_opts_mingw32 += -no-freetype
152152
$(package)_config_opts_mingw32 += -no-pkg-config
153-
ifneq ($(LTO),)
154-
$(package)_config_opts_mingw32 += -ltcg
155-
endif
156153

157154
# CMake build options.
158155
$(package)_config_env := CC="$$($(package)_cc)"

0 commit comments

Comments
 (0)