summaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorBxil <[email protected]>2021-05-21 21:59:21 +0200
committerGitHub <[email protected]>2021-05-21 21:59:21 +0200
commit352db3a1830e7db3f0484db907f524f4f144b9af (patch)
tree1bc1df8758905bc49fa71511dfb5de58d4ed7b2c /projects
parent4a099c3658f13224e923843abbdb1e718ed3a22b (diff)
downloadraylib-352db3a1830e7db3f0484db907f524f4f144b9af.tar.gz
raylib-352db3a1830e7db3f0484db907f524f4f144b9af.zip
Removes debug information from release builds (#1780)
Diffstat (limited to 'projects')
-rw-r--r--projects/VS2017/raylib/raylib.vcxproj2
-rw-r--r--projects/VS2019/raylib/raylib.vcxproj2
2 files changed, 4 insertions, 0 deletions
diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj
index 11ecb404..2567b0cc 100644
--- a/projects/VS2017/raylib/raylib.vcxproj
+++ b/projects/VS2017/raylib/raylib.vcxproj
@@ -252,6 +252,7 @@
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
<CompileAs>CompileAsC</CompileAs>
+ <DebugInformationFormat />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -291,6 +292,7 @@
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
<CompileAs>CompileAsC</CompileAs>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <DebugInformationFormat />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj
index 0ce079fd..f95daaf3 100644
--- a/projects/VS2019/raylib/raylib.vcxproj
+++ b/projects/VS2019/raylib/raylib.vcxproj
@@ -252,6 +252,7 @@
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
<CompileAs>CompileAsC</CompileAs>
+ <DebugInformationFormat />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -291,6 +292,7 @@
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
<CompileAs>CompileAsC</CompileAs>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <DebugInformationFormat />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>