Fix some Windows CI issues (#9708)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-07-28 18:10:23 -07:00
committed by GitHub
parent 423dc96cc4
commit fb5280f21b
6 changed files with 54 additions and 10 deletions
+3
View File
@@ -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