0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/qt5-qtwebengine/0022-do-not-use-neon.patch
2023-01-06 21:22:56 +00:00

12 lines
436 B
Diff

--- a/src/buildtools/config/linux.pri
+++ b/src/buildtools/config/linux.pri
@@ -83,7 +83,7 @@
gn_args += arm_use_neon=false
# If the toolchain does not explicitly specify to use NEON instructions
# we use arm_neon_optional for ARMv7
- equals(MARMV, 7): gn_args += arm_optionally_use_neon=true
+ # equals(MARMV, 7): gn_args += arm_optionally_use_neon=true
}
}