Skip to content

Commit

Permalink
Merge pull request #135 from gditeck/hotfix
Browse files Browse the repository at this point in the history
Fix xrAICore compilation on VS2015 Update 2
  • Loading branch information
Pavel Kovalenko committed Apr 6, 2016
2 parents c92eb8d + e340e65 commit 63faeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrAICore/xrAICore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<StringPooling>false</StringPooling>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<SmallerTypeCheck>true</SmallerTypeCheck>
<SmallerTypeCheck>false</SmallerTypeCheck>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
Expand Down

0 comments on commit 63faeba

Please sign in to comment.