From 7a01c636f60a706f4eda2ad0e56afeffd22d30d1 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 4 Nov 2024 12:12:38 -0500 Subject: readme + changelog updates --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a10738..8c2e700 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -272,6 +272,8 @@ if(MSVC) /sdl #enable additional security checks /TC #compile as c /GS #buffer security check + + $<$:/fsanitize=address> $<$:/FC> #show full path in diagnostics $<$:/showIncludes> #show a list of all included header files during build -- cgit