Skip to content

Commit 03b0b21

Browse files
committed
Increase Zm to 1000
1 parent 12d2bd8 commit 03b0b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if (BUILD_STATIC_LIB)
109109
if (MSVC)
110110
if (NOT CMAKE_CL_64)
111111
# x86 build - apply memory increase for CL.exe
112-
target_compile_options(PULSAR_OBJECT_LIB PRIVATE "/Zm500")
112+
target_compile_options(PULSAR_OBJECT_LIB PRIVATE "/Zm1000")
113113
endif()
114114
set_property(TARGET pulsarStatic PROPERTY OUTPUT_NAME "${LIB_NAME}-static")
115115
target_include_directories(pulsarStatic PRIVATE ${dlfcn-win32_INCLUDE_DIRS})

0 commit comments

Comments
 (0)