From eb842cd02983da2f8a6b2685b393f76e177511e3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 6 Nov 2017 02:04:57 +0100 Subject: [PATCH] Disable asserts in release mode. --- standalone/build/win32/Tracy.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/build/win32/Tracy.vcxproj b/standalone/build/win32/Tracy.vcxproj index 27b02f40..44cb4ee7 100644 --- a/standalone/build/win32/Tracy.vcxproj +++ b/standalone/build/win32/Tracy.vcxproj @@ -65,7 +65,7 @@ true true true - TRACY_FILESELECTOR;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) + TRACY_FILESELECTOR;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) ..\..\libs\glfw\include;..\..\libs\gl3w;..\..\..\imgui;%(AdditionalIncludeDirectories) true