Browse Source

Add missing build flag in F# portable debug config

pull/55/merge
Christoph Ruegg 14 years ago
parent
commit
9551a0b49c
  1. 2
      src/FSharpPortable/FSharpPortable.fsproj

2
src/FSharpPortable/FSharpPortable.fsproj

@ -19,7 +19,7 @@
<Optimize>false</Optimize>
<Tailcalls>false</Tailcalls>
<OutputPath>..\..\out\debug\Portable\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>
</DocumentationFile>

Loading…
Cancel
Save