feat use rpc_core self serializer
All checks were successful
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 1m19s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m17s
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m42s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 1m49s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 1m55s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m25s
All checks were successful
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 1m19s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m17s
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m42s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 1m49s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 1m55s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m25s
This commit is contained in:
parent
91251d7771
commit
56068d35dc
@ -4,7 +4,7 @@ project(rpc_core CXX)
|
||||
|
||||
# config
|
||||
option(RPC_CORE_SERIALIZE_USE_CUSTOM "" "")
|
||||
option(RPC_CORE_SERIALIZE_USE_NLOHMANN_JSON "" ON)
|
||||
option(RPC_CORE_SERIALIZE_USE_NLOHMANN_JSON "" OFF)
|
||||
|
||||
# test
|
||||
option(RPC_CORE_BUILD_TEST "" OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user