forked from premiere/premiere-libtorrent
enabled bigobj for msvc cmake build
This commit is contained in:
parent
85b6d98454
commit
2e5e7bb8dd
|
@ -333,6 +333,8 @@ if (MSVC)
|
|||
target_compile_options(torrent-rasterbar PUBLIC /Zc:wchar_t /Zc:forScope)
|
||||
# for multi-core compilation
|
||||
target_compile_options(torrent-rasterbar PUBLIC /MP)
|
||||
# increase the number of sections for obj files
|
||||
target_compile_options(torrent-rasterbar PUBLIC /bigobj)
|
||||
endif()
|
||||
|
||||
target_compile_definitions(torrent-rasterbar PUBLIC _FILE_OFFSET_BITS=64)
|
||||
|
|
Loading…
Reference in New Issue