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-18 09:54:50 +0300
committerbubnikv <bubnikv@gmail.com>2019-06-18 09:54:50 +0300
commitc95a324c3f97bfed63a5fdf23ea0f032b566f66c (patch)
treef5bc9ca3b9e0e57a682375230c9a8b077935e93b /CMakeLists.txt
parent5ee695b6291ffe7cce6153f509de0f78f22239aa (diff)
parent630883ad0f4d7f602e06773a8f333e65c1385e77 (diff)
Merge branch 'vb_admesh_fix'
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 b4e0224f7..b2fc12c48 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