Skip to content

Commit

Permalink
Enable function level linking to allow LTCG
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Sep 4, 2019
1 parent 6fb5cb8 commit bbd5aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<FunctionLevelLinking>true</FunctionLevelLinking>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down

0 comments on commit bbd5aa1

Please sign in to comment.