Skip to content
Snippets Groups Projects
Commit 8659d011 authored by Joe Donofry's avatar Joe Donofry
Browse files

Add /bigobj for MSVC build.

parent 77936667
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ if(NOT MSVC)
)
endif()
if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj -bigobj")
endif()
if(ASAN)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address,undefined")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment