Skip to content

Commit

Permalink
Merge pull request #208 from mgreter/increase-stack-size
Browse files Browse the repository at this point in the history
Increase stack size for MSVC to 4MB
  • Loading branch information
mgreter authored Mar 5, 2017
2 parents 36eb82e + 7e970ed commit 5909ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions win/sassc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<StackReserveSize>4194304</StackReserveSize>
<PreprocessorDefinitions Condition="'$(Platform)'=='Win32'">WIN32;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Platform)'=='x64'">WIN64;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary>
Expand Down
3 changes: 3 additions & 0 deletions win/sassc.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@
<ClCompile Include="$(LIBSASS_SRC_DIR)\ast.cpp">
<Filter>LibSass\Source Files</Filter>
</ClCompile>
<ClCompile Include="$(LIBSASS_SRC_DIR)\ast_fwd_decl.cpp">
<Filter>LibSass\Source Files</Filter>
</ClCompile>
<ClCompile Include="$(LIBSASS_SRC_DIR)\base64vlq.cpp">
<Filter>LibSass\Source Files</Filter>
</ClCompile>
Expand Down

0 comments on commit 5909ba5

Please sign in to comment.