mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 02:47:47 +08:00
Fix some Windows CI issues (#9708)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -32,6 +32,9 @@ cdef extern from *:
|
||||
#undef __OPTIMIZE__
|
||||
int __OPTIMIZE__ = 1;
|
||||
#define __OPTIMIZE__ 1
|
||||
#elif defined(BAZEL_OPT)
|
||||
// For compilers that don't define __OPTIMIZE__
|
||||
int __OPTIMIZE__ = 1;
|
||||
#else
|
||||
int __OPTIMIZE__ = 0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user