Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fixed target name for profiling build
Browse files Browse the repository at this point in the history
  • Loading branch information
Causeless committed Nov 10, 2023
1 parent 3cfbfaf commit 94ca45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RTEA.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profiling|x64'" Label="Configuration">
<WholeProgramOptimization>true</WholeProgramOptimization>
<LinkIncremental>false</LinkIncremental>
<TargetName>Cortex Command.debug.release</TargetName>
<TargetName>Cortex Command.profiling</TargetName>
<LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
Expand Down

0 comments on commit 94ca45a

Please sign in to comment.