You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "cmcfarlen (via GitHub)" <gi...@apache.org> on 2023/06/15 19:21:58 UTC

[GitHub] [trafficserver] cmcfarlen commented on a diff in pull request #9853: Add option to enable fast SDK in CMake build

cmcfarlen commented on code in PR #9853:
URL: https://github.com/apache/trafficserver/pull/9853#discussion_r1231445034


##########
CMakeLists.txt:
##########
@@ -38,6 +38,7 @@ execute_process(COMMAND uname -n OUTPUT_VARIABLE BUILD_MACHINE OUTPUT_STRIP_TRAI
 
 # Options
 set(DEFAULT_STACK_SIZE 1048576 CACHE STRING "Default stack size (default 1048576)")
+option(ENABlE_FAST_SDK "Use fast SDK APIs (default OFF)")

Review Comment:
   Little L in this 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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org