Merge pull request #4094 from jlewin/master
Restore required optimize flag
This commit is contained in:
commit
ec43f251df
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue