Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions thrift/compiler/generate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ add_library(compiler_generators STATIC ${GENERATOR_FILES}
${CMAKE_CURRENT_BINARY_DIR}/templates.cc)
set_target_properties(compiler_generators PROPERTIES
POSITION_INDEPENDENT_CODE "${BUILD_SHARED_LIBS}")
if(MSVC)
set_target_properties(compiler_generators PROPERTIES
COMPILE_FLAGS "/bigobj")
endif()
target_link_libraries(
compiler_generators
compiler_ast
Expand Down
Loading