We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d2bd8 commit 03b0b21Copy full SHA for 03b0b21
lib/CMakeLists.txt
@@ -109,7 +109,7 @@ if (BUILD_STATIC_LIB)
109
if (MSVC)
110
if (NOT CMAKE_CL_64)
111
# x86 build - apply memory increase for CL.exe
112
- target_compile_options(PULSAR_OBJECT_LIB PRIVATE "/Zm500")
+ target_compile_options(PULSAR_OBJECT_LIB PRIVATE "/Zm1000")
113
endif()
114
set_property(TARGET pulsarStatic PROPERTY OUTPUT_NAME "${LIB_NAME}-static")
115
target_include_directories(pulsarStatic PRIVATE ${dlfcn-win32_INCLUDE_DIRS})
0 commit comments