summaryrefslogtreecommitdiff
path: root/Abaddon.vcxproj
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-08-21 22:25:23 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-08-21 22:25:23 -0400
commit6b72931ba729bf6ede33cfa6877a5ad21e913c45 (patch)
tree83281f1a498b3cb855a68c78a4bb336b79e797bb /Abaddon.vcxproj
parent6f11aa4dae4c7334b150752f5cf8d270ce746d9c (diff)
downloadabaddon-portaudio-6b72931ba729bf6ede33cfa6877a5ad21e913c45.tar.gz
abaddon-portaudio-6b72931ba729bf6ede33cfa6877a5ad21e913c45.zip
send chat messages
Diffstat (limited to 'Abaddon.vcxproj')
-rw-r--r--Abaddon.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Abaddon.vcxproj b/Abaddon.vcxproj
index 8e33741..87a56fd 100644
--- a/Abaddon.vcxproj
+++ b/Abaddon.vcxproj
@@ -117,6 +117,7 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;USE_LOCAL_PROXY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -132,6 +133,7 @@
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>