Skip to content

Commit

Permalink
native: statically compiled dll
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Aug 5, 2020
1 parent 2630a93 commit f0a190f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/native.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit f0a190f

Please sign in to comment.