We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9fbc commit 1721990Copy full SHA for 1721990
CMakeLists.txt
@@ -30,6 +30,8 @@ include(CXXFeatures)
30
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
31
32
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
33
+ set_target_properties(pyigl PROPERTIES LINK_FLAGS "/LTCG")
34
+
35
foreach(config ${CMAKE_CONFIGURATION_TYPES})
36
string(TOUPPER ${config} config)
37
string(REPLACE /MD /MT CMAKE_C_FLAGS_${config} "${CMAKE_C_FLAGS_${config}}")
0 commit comments