From 352db3a1830e7db3f0484db907f524f4f144b9af Mon Sep 17 00:00:00 2001 From: Bxil Date: Fri, 21 May 2021 21:59:21 +0200 Subject: [PATCH] Removes debug information from release builds (#1780) --- projects/VS2017/raylib/raylib.vcxproj | 2 ++ projects/VS2019/raylib/raylib.vcxproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj index 11ecb4048..2567b0ccf 100644 --- a/projects/VS2017/raylib/raylib.vcxproj +++ b/projects/VS2017/raylib/raylib.vcxproj @@ -252,6 +252,7 @@ _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP $(ProjectDir)..\..\..\src\external\glfw\include CompileAsC + Windows @@ -291,6 +292,7 @@ $(ProjectDir)..\..\..\src\external\glfw\include CompileAsC MultiThreaded + Windows diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj index 0ce079fd1..f95daaf38 100644 --- a/projects/VS2019/raylib/raylib.vcxproj +++ b/projects/VS2019/raylib/raylib.vcxproj @@ -252,6 +252,7 @@ _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP $(ProjectDir)..\..\..\src\external\glfw\include CompileAsC + Windows @@ -291,6 +292,7 @@ $(ProjectDir)..\..\..\src\external\glfw\include CompileAsC MultiThreaded + Windows