From 7812346c89738d37d6857a53b86470ac25f9ca69 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Tue, 30 Aug 2011 19:30:04 -0500 Subject: [PATCH] disable ltcg for release build --- Source/VSProps/CodeGen_Release.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/VSProps/CodeGen_Release.props b/Source/VSProps/CodeGen_Release.props index 78ed3b2238..45b6b64621 100644 --- a/Source/VSProps/CodeGen_Release.props +++ b/Source/VSProps/CodeGen_Release.props @@ -25,7 +25,7 @@ true true - UseLinkTimeCodeGeneration + Default