File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ contains(QMAKE_TARGET.arch, x86_64) {
5858contains (QMAKE_TARGET.arch, arm64 ) {
5959 # ARM64 NEON is always available on ARM64, no compiler flag needed
6060 message ("Building for ARM64; enabling NEON" )
61+ QMAKE_CFLAGS += -mfloat-abi =softfp
62+ QMAKE_CXXFLAGS += -mfloat-abi =softfp
6163 DEFINES += EIDOS_HAS_NEON =1
6264}
6365
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ contains(QMAKE_TARGET.arch, x86_64) {
4141contains (QMAKE_TARGET.arch, arm64 ) {
4242 # ARM64 NEON is always available on ARM64, no compiler flag needed
4343 message ("Building for ARM64; enabling NEON" )
44+ QMAKE_CFLAGS += -mfloat-abi =softfp
45+ QMAKE_CXXFLAGS += -mfloat-abi =softfp
4446 DEFINES += EIDOS_HAS_NEON =1
4547}
4648
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ contains(QMAKE_TARGET.arch, x86_64) {
4141contains (QMAKE_TARGET.arch, arm64 ) {
4242 # ARM64 NEON is always available on ARM64, no compiler flag needed
4343 message ("Building for ARM64; enabling NEON" )
44+ QMAKE_CFLAGS += -mfloat-abi =softfp
45+ QMAKE_CXXFLAGS += -mfloat-abi =softfp
4446 DEFINES += EIDOS_HAS_NEON =1
4547}
4648
You can’t perform that action at this time.
0 commit comments