We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d9f450 + 664c873 commit 0fd7ca4Copy full SHA for 0fd7ca4
depends/packages/qt.mk
@@ -134,9 +134,6 @@ $(package)_config_opts_darwin += -no-feature-corewlan
134
$(package)_config_opts_darwin += -no-freetype
135
$(package)_config_opts_darwin += QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION)
136
137
-# Optimizing using > -O1 causes non-determinism when building across arches.
138
-$(package)_config_opts_aarch64_darwin += "QMAKE_CFLAGS_OPTIMIZE_FULL = -O1"
139
-
140
ifneq ($(build_os),darwin)
141
$(package)_config_opts_darwin += -xplatform macx-clang-linux
142
$(package)_config_opts_darwin += -device-option MAC_SDK_PATH=$(OSX_SDK)
0 commit comments