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

Remove last change

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