Skip to content
Snippets Groups Projects
Commit 61c427ab authored by Jan Möbius's avatar Jan Möbius
Browse files

Mingw big obj flag

parent a7f81d3f
No related branches found
No related tags found
No related merge requests found
Pipeline #19591 failed
......@@ -20,6 +20,10 @@ if ( WIN32 )
list(APPEND ADDITIONAL_CMAKE_SHARED_LINKER_FLAGS "/LARGEADDRESSAWARE" )
list(APPEND ADDITIONAL_CMAKE_MODULE_LINKER_FLAGS "/LARGEADDRESSAWARE" )
endif()
if (MINGW)
list(APPEND ADDITIONAL_CXX_FLAGS "-Wa,-mbig-obj" )
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment