WIP
This commit is contained in:
parent
919430c923
commit
38b62c4d50
|
@ -66,7 +66,7 @@ function(setup_target TARGET DBG_MODE)
|
||||||
|
|
||||||
# Disable SAFESEH on Windows with Clang
|
# Disable SAFESEH on Windows with Clang
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
# target_link_options(${TARGET} PRIVATE -Wl,/SAFESEH:NO)
|
target_link_options(${TARGET} PRIVATE -Wl,/SAFESEH:NO)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue