We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eb9382 + 71cd3de commit b8ee14fCopy full SHA for b8ee14f
tensorflow/contrib/cmake/CMakeLists.txt
@@ -57,6 +57,7 @@ if(WIN32)
57
add_definitions(-DNOMINMAX -D_WIN32_WINNT=0x0A00 -DLANG_CXX11 -DCOMPILER_MSVC -D__VERSION__=\"MSVC\")
58
add_definitions(-DWIN32 -DOS_WIN -D_MBCS -DWIN64 -DWIN32_LEAN_AND_MEAN -DNOGDI -DPLATFORM_WINDOWS)
59
add_definitions(-DTENSORFLOW_USE_EIGEN_THREADPOOL -DEIGEN_HAS_C99_MATH -D_ITERATOR_DEBUG_LEVEL=0)
60
+ add_definitions(-DNDEBUG /O2) # Equivalent of -c opt in Bazel.
61
add_definitions(/bigobj /nologo /EHsc /GF /FC /MP /Gm-)
62
# Suppress warnings to reduce build log size.
63
add_definitions(/wd4267 /wd4244 /wd4800 /wd4503 /wd4554 /wd4996 /wd4348 /wd4018)
0 commit comments