This commit is contained in:
Guus Waals 2025-06-06 02:56:59 +08:00
parent 919430c923
commit 38b62c4d50
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function(setup_target TARGET DBG_MODE)
# Disable SAFESEH on Windows with Clang
if(WIN32)
# target_link_options(${TARGET} PRIVATE -Wl,/SAFESEH:NO)
target_link_options(${TARGET} PRIVATE -Wl,/SAFESEH:NO)
endif()
endif()