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,8 +58,6 @@ 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
6361 DEFINES += EIDOS_HAS_NEON =1
6462}
6563
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ 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
4644 DEFINES += EIDOS_HAS_NEON =1
4745}
4846
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ 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
4644 DEFINES += EIDOS_HAS_NEON =1
4745}
4846
You can’t perform that action at this time.
0 commit comments