Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Enable omit frame pointers for 32-bit build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Aug 27, 2017
1 parent 51721b1 commit e1bb82c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers Condition="'$(Platform)'=='Win32'">false</OmitFramePointers>
<Optimization>MaxSpeed</Optimization>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand Down

0 comments on commit e1bb82c

Please sign in to comment.