Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/CMake/nativeWin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if (MSVC)
/ZH:SHA_256 # enable secure source code hashing
/guard:cf # enable compiler control guard feature (CFG) to prevent attackers from redirecting execution to unsafe locations
$<$<NOT:$<CONFIG:Debug>>:/GL> # enable whole program optimization
/volatile:ms # strong volatile ordering
)
add_link_options(
/NODEFAULTLIB:libucrt$<$<CONFIG:Debug>:d>.lib # Hybrid CRT
Expand Down
Loading