Skip to content

Commit b26d39f

Browse files
authored
GL-
1 parent 833c910 commit b26d39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ target_include_directories(pyigl PRIVATE "src/include")
9393
# endif()
9494

9595
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
96-
set_target_properties(pyigl PROPERTIES LINK_FLAGS "/LTCG")
96+
set_target_properties(pyigl PROPERTIES LINK_FLAGS "/GL-")
9797
endif()
9898

9999
add_library(pyigl_classes MODULE classes/classes.cpp)

0 commit comments

Comments
 (0)