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 0a7f2eb commit 6888c3aCopy full SHA for 6888c3a
1 file changed
WickedEngine/CMakeLists.txt
@@ -70,7 +70,7 @@ add_library(${TARGET_NAME} ${WICKED_LIBRARY_TYPE}
70
)
71
72
if(MSVC)
73
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /bigobj")
74
endif()
75
76
add_library(WickedEngine ALIAS ${TARGET_NAME})
0 commit comments