mike-jumper commented on code in PR #575:
URL: https://github.com/apache/guacamole-server/pull/575#discussion_r2053483438
##########
Dockerfile:
##########
@@ -127,19 +106,39 @@ ARG FREERDP_OPTS="\
-DWITH_XV=OFF \
-DWITH_ZLIB=ON"
+ARG FREERDP_X86_OPTS="-DWITH_SSE2=ON"
Review Comment:
Welp, this would still have to be `WITH_SSE2` for builds against FreeRDP
2.x, but thankfully it looks like both `WITH_SSE2` (2.x) and `WITH_SIMD` (3.x)
are the default. I'll just remove the option.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]