You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2015/08/23 17:11:19 UTC

svn commit: r1697188 - /logging/log4net/branches/log4net-1.2.x/log4net.include

Author: bodewig
Date: Sun Aug 23 15:11:19 2015
New Revision: 1697188

URL: http://svn.apache.org/r1697188
Log:
LOG4NET-456 create debug symbols in release builds

Modified:
    logging/log4net/branches/log4net-1.2.x/log4net.include

Modified: logging/log4net/branches/log4net-1.2.x/log4net.include
URL: http://svn.apache.org/viewvc/logging/log4net/branches/log4net-1.2.x/log4net.include?rev=1697188&r1=1697187&r2=1697188&view=diff
==============================================================================
--- logging/log4net/branches/log4net-1.2.x/log4net.include (original)
+++ logging/log4net/branches/log4net-1.2.x/log4net.include Sun Aug 23 15:11:19 2015
@@ -170,7 +170,7 @@ limitations under the License.
         <call target="set-build-configuration-flags" />
     </target>
     <target name="set-release-build-configuration">
-        <property name="build.debug" value="false" />
+        <property name="build.debug" value="PdbOnly" />
         <property name="build.defines.csc" value="TRACE,STRONG" />
         <property name="build.defines.jsc" value="TRACE,STRONG" />
         <property name="build.defines.vbc" value="TRACE=True,STRONG=True" />