Skip to content

Commit

Permalink
produce pdbs in release builds
Browse files Browse the repository at this point in the history
SVN: trunk@4950
  • Loading branch information
ayende committed Mar 2, 2010
1 parent 4791f0c commit b8b7239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-common/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

<target name="set-release-project-configuration" description="Perform a 'release' build">
<property name="build.release" value="true" />
<property name="build.debug" value="false" />
<property name="build.debug" value="pdbonly" />
<property name="build.name" value="NHibernate-${project.version}" />
</target>

Expand Down

0 comments on commit b8b7239

Please sign in to comment.