Skip to content

Commit 664c873

Browse files
committed
depends: drop -O1 workaround from arm64 apple Qt build
1 parent 2e9454a commit 664c873

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
@@ -134,9 +134,6 @@ $(package)_config_opts_darwin += -no-feature-corewlan
134134
$(package)_config_opts_darwin += -no-freetype
135135
$(package)_config_opts_darwin += QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION)
136136

137-
# Optimizing using > -O1 causes non-determinism when building across arches.
138-
$(package)_config_opts_aarch64_darwin += "QMAKE_CFLAGS_OPTIMIZE_FULL = -O1"
139-
140137
ifneq ($(build_os),darwin)
141138
$(package)_config_opts_darwin += -xplatform macx-clang-linux
142139
$(package)_config_opts_darwin += -device-option MAC_SDK_PATH=$(OSX_SDK)

0 commit comments

Comments
 (0)