We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17284f8 commit 996074aCopy full SHA for 996074a
CMakeLists.txt
@@ -56,6 +56,7 @@ set(ICEBERG_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake")
56
set(ICEBERG_INSTALL_DOCDIR "share/doc/iceberg")
57
58
if(WIN32 AND NOT MINGW)
59
+ add_compile_options(/bigobj)
60
set(MSVC_TOOLCHAIN TRUE)
61
else()
62
set(MSVC_TOOLCHAIN FALSE)
0 commit comments