• R/O
  • HTTP
  • SSH
  • HTTPS

winmerge-jp: Commit


Commit MetaInfo

Revisionfe8b93287db9402452b3328be77168ad625912cf (tree)
Time2023-02-27 20:50:39
AuthorTakashi Sawanaka <sdottaka@user...>
CommiterTakashi Sawanaka

Log Message

Disable output of assembly code to reduce build time.

Change Summary

Incremental Difference

--- a/Src/Merge.vcxproj
+++ b/Src/Merge.vcxproj
@@ -298,7 +298,7 @@
298298 <SDLCheck>true</SDLCheck>
299299 <LanguageStandard>stdcpp17</LanguageStandard>
300300 <DisableSpecificWarnings>4100;4189;4204;4505</DisableSpecificWarnings>
301- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
301+ <AssemblerOutput>NoListing</AssemblerOutput>
302302 </ClCompile>
303303 <ResourceCompile>
304304 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -358,7 +358,7 @@
358358 <LanguageStandard>stdcpp17</LanguageStandard>
359359 <DisableSpecificWarnings>4100;4189;4204;4505</DisableSpecificWarnings>
360360 <ControlFlowGuard>Guard</ControlFlowGuard>
361- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
361+ <AssemblerOutput>NoListing</AssemblerOutput>
362362 </ClCompile>
363363 <ResourceCompile>
364364 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -414,7 +414,7 @@
414414 <LanguageStandard>stdcpp17</LanguageStandard>
415415 <DisableSpecificWarnings>4100;4189;4204;4505</DisableSpecificWarnings>
416416 <ControlFlowGuard>Guard</ControlFlowGuard>
417- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
417+ <AssemblerOutput>NoListing</AssemblerOutput>
418418 </ClCompile>
419419 <ResourceCompile>
420420 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -469,7 +469,7 @@
469469 <LanguageStandard>stdcpp17</LanguageStandard>
470470 <DisableSpecificWarnings>4100;4189;4204;4505</DisableSpecificWarnings>
471471 <ControlFlowGuard>Guard</ControlFlowGuard>
472- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
472+ <AssemblerOutput>NoListing</AssemblerOutput>
473473 </ClCompile>
474474 <ResourceCompile>
475475 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -1806,4 +1806,4 @@
18061806 <UserProperties RESOURCE_FILE="Merge.rc" />
18071807 </VisualStudio>
18081808 </ProjectExtensions>
1809-</Project>
1809+</Project>
\ No newline at end of file
Show on old repository browser