Skip to content

Commit c6cbd62

Browse files
committed
Enable /MP for faster compilation
1 parent 1ba154d commit c6cbd62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LanguageBarrier/LanguageBarrier.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LANGUAGEBARRIER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162162
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
163163
<LanguageStandard>stdcpp17</LanguageStandard>
164+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
164165
</ClCompile>
165166
<Link>
166167
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)