Skip to content

Commit

Permalink
Fix: LNK4099, /Zi to /Z7
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 13, 2024
1 parent 08a668e commit 066c160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Musa.Runtime/Musa.Runtime.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<ConformanceMode>false</ConformanceMode>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<WholeProgramOptimization>false</WholeProgramOptimization>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<!--
<ObjectFileName>$(IntDir)anyname\%(RelativeDir)%(FileName).obj</ObjectFileName>
-->
Expand Down
1 change: 0 additions & 1 deletion Musa.Runtime/Musa.Runtime.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ xcopy /v /f /d /y "$(SolutionDir)\Musa.Runtime.NuGet\Musa.Runtime.Config.props"
xcopy /v /f /d /y "$(SolutionDir)\Musa.Runtime.NuGet\Musa.Runtime.Config.targets" "$(SolutionDir)\Publish\config\"
xcopy /v /f /d /y "$(MSBuildThisFileDirectory)\kext\*.h" "$(SolutionDir)\Publish\include\kext\"
xcopy /v /f /d /y "$(TargetDir)$(TargetName).lib" "$(SolutionDir)\Publish\lib\$(PlatformShortName)\$(Configuration)\"
xcopy /v /f /d /y "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)\Publish\lib\$(PlatformShortName)\$(Configuration)\"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 066c160

Please sign in to comment.