MSVC: compile with /bigobj

This commit is contained in:
Jean-Louis Leroy
2025-06-01 12:57:57 -04:00
committed by Jean-Louis Leroy
parent ded8ceabfa
commit e8c57b44ff

View File

@@ -29,7 +29,7 @@ find_package(Boost COMPONENTS)
target_link_libraries(boost_openmethod INTERFACE Boost::boost)
if(MSVC)
add_compile_options(/EHsc /FAs)
add_compile_options(/EHsc /FAs /bigobj)
endif()
if(GCC)