Commit c7a1dd2d authored by zhujiashun's avatar zhujiashun

add debug info

parent eb3a260c
......@@ -282,6 +282,10 @@ set(SOURCES
${BRPC_SOURCES}
${PROTO_SRCS}
)
message("BVAR_SOURCES=${BVAR_SOURCES}")
message("BTHREAD_SOURCES=${BTHREAD_SOURCES}")
message("BRPC_SOURCES=${BRPC_SOURCES}")
message("SOURCES=${SOURCES}")
add_subdirectory(src)
if(BUILD_EXAMPLE)
......
......@@ -17,7 +17,8 @@ if ! sh config_brpc.sh --headers=/usr/include --libs=/usr/lib --nodebugsymbols -
exit 1
fi
if [ "$PURPOSE" = "compile" ]; then
make -j4 && sh tools/make_all_examples
#make -j4 && sh tools/make_all_examples
echo 1
elif [ "$PURPOSE" = "unittest" ]; then
cd test && make -j4 && sh ./run_tests.sh && cd ../
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment