mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
MSVC: compile with /bigobj
This commit is contained in:
committed by
Jean-Louis Leroy
parent
ded8ceabfa
commit
e8c57b44ff
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user