Browse Source

F# binding: use "--standalone" option only in release builds. This speeds up compiling debug builds of SharpDevelop.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4021 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
e5ce04c38c
  1. 3
      src/AddIns/BackendBindings/FSharp/FSharpBinding/Project/FSharpBinding.fsproj

3
src/AddIns/BackendBindings/FSharp/FSharpBinding/Project/FSharpBinding.fsproj

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>3</WarningLevel>
<OtherFlags></OtherFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -29,8 +30,6 @@ @@ -29,8 +30,6 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>3</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<OtherFlags>--standalone</OtherFlags>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save