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

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2016-01-26 11:43:17 +0300
committerAlex Marsev <alex.marsev@gmail.com>2016-01-27 09:11:51 +0300
commit461017247a091d2029629a0e04b28012b07c439c (patch)
treeae17d0094c6d14b4aa5d068bfbb630db8151b686
parent65da209001cfcecb9a39bd9333e04985444aed38 (diff)
Disable asm listings in compilation
Due to a bug in MSVC that crashes the compiler.
-rw-r--r--dll/base.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/dll/base.props b/dll/base.props
index 334f96e..fee8623 100644
--- a/dll/base.props
+++ b/dll/base.props
@@ -14,7 +14,6 @@
<ClCompile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
</ClCompile>
</ItemDefinitionGroup>
</Project>