[build,mac] enable sse+neon

enable SSE and NEON optimized code for universal build
This commit is contained in:
akallabeth 2024-06-25 10:11:42 +02:00
parent 4cd5fe48ed
commit 9b65c1109f
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 2 additions and 2 deletions

View File

@ -268,8 +268,8 @@ cd $BUILD
cmake -GNinja -Bfreerdp -S"$SCRIPT_PATH/.." \
$CMAKE_ARGS \
-DWITH_PLATFORM_SERVER=OFF \
-DWITH_NEON=OFF \
-DWITH_SSE=OFF \
-DWITH_NEON=ON \
-DWITH_SSE=ON \
-DWITH_FFMPEG=OFF \
-DWITH_SWSCALE=ON \
-DWITH_OPUS=ON \