Skip to content

Commit 908383a

Browse files
clarkezonehjmjohnson
authored andcommitted
Fix bogus asm setting
1 parent fdc0824 commit 908383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/msvc2017/lib_json.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<RuntimeTypeInfo>true</RuntimeTypeInfo>
179179
<PrecompiledHeader>
180180
</PrecompiledHeader>
181-
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
181+
<AssemblerOutput>NoListing</AssemblerOutput>
182182
<WarningLevel>Level3</WarningLevel>
183183
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
184184
</ClCompile>

0 commit comments

Comments
 (0)