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.
1 parent ff3a01d commit 1a723d8Copy full SHA for 1a723d8
source/gameengine/Rasterizer/CMakeLists.txt
@@ -135,4 +135,10 @@ data_to_c_simple(RAS_OpenGLFilters/RAS_VertexShader2DFilter.glsl SRC)
135
136
add_definitions(${GL_DEFINITIONS})
137
138
+# ----------------------------------------------------------------------------------------------------------------
139
+# workaround to increase the number of sections for object file format in MSVC 2015 compiler when we DEBUG
140
+if(MSVC14)
141
+ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj /Zi /Od /Ob0")
142
+endif()
143
+
144
blender_add_lib(ge_rasterizer "${SRC}" "${INC}" "${INC_SYS}")
0 commit comments