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 833c910 commit b26d39fCopy full SHA for b26d39f
CMakeLists.txt
@@ -93,7 +93,7 @@ target_include_directories(pyigl PRIVATE "src/include")
93
# endif()
94
95
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
96
- set_target_properties(pyigl PROPERTIES LINK_FLAGS "/LTCG")
+ set_target_properties(pyigl PROPERTIES LINK_FLAGS "/GL-")
97
endif()
98
99
add_library(pyigl_classes MODULE classes/classes.cpp)
0 commit comments