Sober7135 commented on code in PR #852:
URL: https://github.com/apache/incubator-graphar/pull/852#discussion_r2798178629


##########
cpp/CMakeLists.txt:
##########
@@ -50,6 +50,7 @@ option(USE_STATIC_ARROW "Link arrow static library" OFF)
 option(GRAPHAR_BUILD_STATIC "Build GraphAr as static libraries" OFF)
 option(BUILD_ARROW_FROM_SOURCE "Build Arrow from source" OFF)
 option(GRAPHAR_ENABLE_SANITIZER "Enable address sanitizer (Debug builds only)" 
ON)
+option(ENABLE_COVERAGE "Enable coverage instrumentation (Debug builds only)" 
OFF)

Review Comment:
   Thanks! But for consistency, I prefer using `GRAPHAR_ENABLE_COVERAGE`



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to