We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebce66e commit 3442865Copy full SHA for 3442865
depends/packages/qt.mk
@@ -152,6 +152,9 @@ $(package)_config_opts_linux += -fontconfig
152
$(package)_config_opts_linux += -no-opengl
153
$(package)_config_opts_linux += -no-feature-vulkan
154
$(package)_config_opts_linux += -dbus-runtime
155
+ifneq ($(LTO),)
156
+$(package)_config_opts_linux += -ltcg
157
+endif
158
$(package)_config_opts_arm_linux += -platform linux-g++ -xplatform bitcoin-linux-g++
159
$(package)_config_opts_i686_linux = -xplatform linux-g++-32
160
ifneq (,$(findstring -stdlib=libc++,$($(1)_cxx)))
0 commit comments