Skip to content

Commit

Permalink
msbuild: EnableFiberSafeOptimizations is an opt. inhibitor; disable it.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffle2 committed Jun 4, 2017
1 parent 43dbb63 commit 7539259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/VSProps/Base.props
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
Expand Down

0 comments on commit 7539259

Please sign in to comment.