Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vs
diff options
context:
space:
mode:
authorshermp <14854761+shermp@users.noreply.github.com>2022-06-12 03:15:23 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-06-14 02:44:50 +0300
commit31cf1530d02963e5b0c4e2667057cbfb4361f34b (patch)
treee636066dd59b5e9c4329b26e0822cab7b5dd31af /vs
parente7f7e3098e9b832605dcf14e7d46843d4795b1f6 (diff)
Disable assembly output
Changed on the advice given by @LowLevelMahn
Diffstat (limited to 'vs')
-rw-r--r--vs/dosbox.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/vs/dosbox.vcxproj b/vs/dosbox.vcxproj
index 217574dcc..77194bd5a 100644
--- a/vs/dosbox.vcxproj
+++ b/vs/dosbox.vcxproj
@@ -119,7 +119,7 @@
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<MinimalRebuild>false</MinimalRebuild>
<FunctionLevelLinking>true</FunctionLevelLinking>
- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
+ <AssemblerOutput>NoListing</AssemblerOutput>
<LanguageStandard>stdcpp17</LanguageStandard>
<ObjectFileName>$(IntDir)\$(ProjectName)\$(ConfigurationName)\%(RelativeDir)</ObjectFileName>
</ClCompile>
@@ -163,7 +163,7 @@
<LanguageStandard_C>stdc11</LanguageStandard_C>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<FunctionLevelLinking>true</FunctionLevelLinking>
- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
+ <AssemblerOutput>NoListing</AssemblerOutput>
<LanguageStandard>stdcpp17</LanguageStandard>
<ObjectFileName>$(IntDir)\$(ProjectName)\$(ConfigurationName)\%(RelativeDir)</ObjectFileName>
</ClCompile>
@@ -209,7 +209,7 @@
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<LanguageStandard_C>stdc11</LanguageStandard_C>
- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
+ <AssemblerOutput>NoListing</AssemblerOutput>
<BufferSecurityCheck>false</BufferSecurityCheck>
<LanguageStandard>stdcpp17</LanguageStandard>
<ObjectFileName>$(IntDir)\$(ProjectName)\$(ConfigurationName)\%(RelativeDir)</ObjectFileName>
@@ -264,7 +264,7 @@
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<LanguageStandard_C>stdc11</LanguageStandard_C>
- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
+ <AssemblerOutput>NoListing</AssemblerOutput>
<BufferSecurityCheck>false</BufferSecurityCheck>
<LanguageStandard>stdcpp17</LanguageStandard>
<ObjectFileName>$(IntDir)\$(ProjectName)\$(ConfigurationName)\%(RelativeDir)</ObjectFileName>