diff --git a/CMakeLists.txt b/CMakeLists.txt index 9076800..d5bbbc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)