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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-06-04 23:06:42 +0300
committerbubnikv <bubnikv@gmail.com>2019-06-04 23:06:42 +0300
commit8da54139c463a09ec899a9df6bccae16802dccdf (patch)
treec6c70800556c4b60c9b090635285dc7582ac103b /CMakeLists.txt
parent3ab886b747c4742d1662a415d683857003c0388b (diff)
WIP: Admesh - replacement of C memory allocation with std vectors
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 719bdd04e..3d7157d5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ if (MSVC)
# /bigobj (Increase Number of Sections in .Obj file)
# error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm90' or greater
# Generate symbols at every build target, even for the release.
- add_compile_options(-bigobj -Zm316 /Zi)
+ add_compile_options(-bigobj -Zm520 /Zi)
endif ()
# Display and check CMAKE_PREFIX_PATH