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 4f0ca7b commit 6ef7502Copy full SHA for 6ef7502
cmake/msgpack.cmake
@@ -6,5 +6,9 @@ option(MSGPACK_BUILD_EXAMPLES OFF)
6
include_directories(
7
${FLB_PATH_ROOT_SOURCE}/${FLB_PATH_LIB_MSGPACK}/include
8
)
9
+
10
+# define preprocessor MSGPACK_EMBED_STACK_SIZE to 1024
11
+add_compile_definitions(MSGPACK_EMBED_STACK_SIZE=64)
12
13
add_subdirectory(${FLB_PATH_LIB_MSGPACK} EXCLUDE_FROM_ALL)
14
set(MSGPACK_LIBRARIES "msgpack-c-static")
0 commit comments