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.
2 parents bf3f05f + 08bd338 commit aca0200Copy full SHA for aca0200
depends/packages/qt.mk
@@ -131,6 +131,9 @@ $(package)_config_opts_darwin += -no-feature-corewlan
131
$(package)_config_opts_darwin += -no-freetype
132
$(package)_config_opts_darwin += QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION)
133
134
+# Optimizing using > -O1 causes non-determinism when building across arches.
135
+$(package)_config_opts_aarch64_darwin += "QMAKE_CFLAGS_OPTIMIZE_FULL = -O1"
136
+
137
ifneq ($(build_os),darwin)
138
$(package)_config_opts_darwin += -xplatform macx-clang-linux
139
$(package)_config_opts_darwin += -device-option MAC_SDK_PATH=$(OSX_SDK)
0 commit comments