From: Emden R. Gansner Date: Thu, 14 Aug 2014 21:40:41 +0000 (-0400) Subject: Fix bug 2480 X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbd25371867dd09aca5e8aa3257fdbdb15628172;p=graphviz Fix bug 2480 --- diff --git a/cmd/edgepaint/edgepaint.vcproj b/cmd/edgepaint/edgepaint.vcproj index f0abb7275..d18a6fe15 100644 --- a/cmd/edgepaint/edgepaint.vcproj +++ b/cmd/edgepaint/edgepaint.vcproj @@ -119,7 +119,7 @@ Optimization="2" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="../../lib/ingraphs;../../lib/common;../../lib/cdt;../../lib/cgraph;../../lib/sparse;../../lib/sfdpgen;../../;../../lib/edgepaint" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" RuntimeLibrary="2" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0"