Add /bigobj option to fix windows compilation
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
macro(compile_flags)
|
macro(compile_flags)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
add_compile_options(/bigobj)
|
||||||
if(VCPKG_TARGET_TRIPLET MATCHES "-static" AND NOT VCPKG_TARGET_TRIPLET MATCHES "-md")
|
if(VCPKG_TARGET_TRIPLET MATCHES "-static" AND NOT VCPKG_TARGET_TRIPLET MATCHES "-md")
|
||||||
# Switch to MT (static) instead of MD (dynamic) binary
|
# Switch to MT (static) instead of MD (dynamic) binary
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user