Enable NEON FEC optimizations on Steam Link

This commit is contained in:
Cameron Gutman
2026-02-19 00:54:49 -06:00
parent e596c2dcdc
commit 8f994dd113

View File

@@ -95,3 +95,8 @@ CONFIG(debug, debug|release) {
*-g++|*-clang* { *-g++|*-clang* {
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
} }
# Enable NEON optimizations on Steam Link
config_SL {
DEFINES += OBLAS_NEON
}