mattieb commented on code in PR #575: URL: https://github.com/apache/guacamole-server/pull/575#discussion_r2051460357
########## Dockerfile: ########## @@ -127,19 +106,39 @@ ARG FREERDP_OPTS="\ -DWITH_XV=OFF \ -DWITH_ZLIB=ON" +ARG FREERDP_X86_OPTS="-DWITH_SSE2=ON" Review Comment: You may be able to use WITH_SIMD across all architectures in modern versions of FreeRDP—it [replaces WITH_SSE2](https://github.com/FreeRDP/FreeRDP/blob/6a4bbfc04712885e4322a48988b4833cd3c46ea0/cmake/DetectIntrinsicSupport.cmake#L5) anyway. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org