SAFESEH:NO

This commit is contained in:
def 2017-07-22 09:59:27 +02:00
parent be8a149d12
commit 39b0c9282f
2 changed files with 2 additions and 2 deletions

View file

@ -439,7 +439,7 @@ source_group_tree(src)
set(TARGETS ${TARGETS_OWN} ${TARGETS_DEP})
if(MSVC)
target_link_libraries(${TARGET_CLIENT} PRIVATE "-SAFESEH:NO") # No Windows 8 store
target_link_libraries(${TARGET_CLIENT} -SAFESEH:NO) # No Windows 8 store
endif()
foreach(target ${TARGETS})

@ -1 +1 @@
Subproject commit 8135082b8ea3ad911abcda39ef21bed1da77c62c
Subproject commit 856f9c8039af923d54659c40ad45d148f62162df