We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b1cf0 commit b579cd3Copy full SHA for b579cd3
1 file changed
src/pybind11/PyBindImath/CMakeLists.txt
@@ -153,3 +153,7 @@ if(IMATH_BUILD_APPLE_FRAMEWORKS)
153
MACOSX_FRAMEWORK_BUNDLE_VERSION PYBINDIMATH_LIB_SUFFIX
154
MACOSX_FRAMEWORK_SHORT_VERSION_STRING ${Imath_VERSION})
155
endif()
156
+
157
+if (MSVC)
158
+ target_compile_options(${PYIMATH_LIBRARY} PRIVATE /bigobj)
159
+endif()
0 commit comments