Skip to content

Commit

Permalink
added /time linker flag to _win-vs11/Common.props
Browse files Browse the repository at this point in the history
  • Loading branch information
gpakosz committed Nov 7, 2013
1 parent 94a95a4 commit f683b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _win-vs11/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<AdditionalOptions>/time %(AdditionalOptions)</AdditionalOptions>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand All @@ -35,4 +36,4 @@
<Value>$(BUILD_DIR)</Value>
</BuildMacro>
</ItemGroup>
</Project>
</Project>

0 comments on commit f683b68

Please sign in to comment.