From 38b62c4d50db235cebef8f7d2d43ea81ed4ecc2b Mon Sep 17 00:00:00 2001 From: Guus Waals <_@guusw.nl> Date: Fri, 6 Jun 2025 02:56:59 +0800 Subject: [PATCH] WIP --- game_re/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_re/CMakeLists.txt b/game_re/CMakeLists.txt index 84fa6a79..149b5903 100644 --- a/game_re/CMakeLists.txt +++ b/game_re/CMakeLists.txt @@ -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()