We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3406f0 + 2b0ecea commit 768d44eCopy full SHA for 768d44e
cmake/python-highs.cmake
@@ -55,6 +55,10 @@ if(MSVC)
55
target_compile_options(_core PRIVATE "/bigobj")
56
endif()
57
58
+if (NOT MSVC)
59
+ target_compile_options(_core PRIVATE "-ftemplate-depth=2048")
60
+endif()
61
+
62
# if(MSVC)
63
# # Try to split large pdb files into objects.
64
# # https://github.com/tensorflow/tensorflow/issues/31610
0 commit comments