kou commented on code in PR #34616:
URL: https://github.com/apache/arrow/pull/34616#discussion_r1313600702
##########
cpp/cmake_modules/UseCython.cmake:
##########
@@ -82,6 +82,9 @@ function(compile_pyx
set(extension ${CYTHON_C_EXTENSION})
set(pyx_lang "C")
set(comment "Compiling Cython C source for ${_name}...")
+ #define compile time env variable for cython conditional compilation
+ set(CYTHON_COMPILE_TIME_ENV "" CACHE STRING "Compile time environment for
Cython.")
+
Review Comment:
Could you revert this?
```suggestion
```
--
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]