Skip to content

Commit

Permalink
Minor change to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Mar 5, 2010
1 parent 70d9abe commit 7753e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitSharp.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<property name="build.config" value="debug" overwrite="false" />
<property name="build.platform" value="${nant.settings.currentframework}" />
<property name="build.defines" value="TRACE;DEBUG" />
<property name="build.defines" value="TRACE;LINQ;DEBUG" />

<property name="build.runs.on.mono" value="${(framework::get-family(framework::get-runtime-framework()) == 'mono')}" />

Expand Down Expand Up @@ -209,7 +209,7 @@

<target name="set-release-project-configuration" >
<property name="build.optimize" value="true" />
<property name="build.defines" value="TRACE" />
<property name="build.defines" value="LINQ;TRACE" />
</target>

<target name="compile-dll">
Expand Down

0 comments on commit 7753e34

Please sign in to comment.