Commit 09b7c4d6 authored by zhujiashun's avatar zhujiashun

remove debug info

parent c7a1dd2d
...@@ -282,10 +282,6 @@ set(SOURCES ...@@ -282,10 +282,6 @@ set(SOURCES
${BRPC_SOURCES} ${BRPC_SOURCES}
${PROTO_SRCS} ${PROTO_SRCS}
) )
message("BVAR_SOURCES=${BVAR_SOURCES}")
message("BTHREAD_SOURCES=${BTHREAD_SOURCES}")
message("BRPC_SOURCES=${BRPC_SOURCES}")
message("SOURCES=${SOURCES}")
add_subdirectory(src) add_subdirectory(src)
if(BUILD_EXAMPLE) if(BUILD_EXAMPLE)
......
...@@ -17,8 +17,7 @@ if ! sh config_brpc.sh --headers=/usr/include --libs=/usr/lib --nodebugsymbols - ...@@ -17,8 +17,7 @@ if ! sh config_brpc.sh --headers=/usr/include --libs=/usr/lib --nodebugsymbols -
exit 1 exit 1
fi fi
if [ "$PURPOSE" = "compile" ]; then if [ "$PURPOSE" = "compile" ]; then
#make -j4 && sh tools/make_all_examples make -j4 && sh tools/make_all_examples
echo 1
elif [ "$PURPOSE" = "unittest" ]; then elif [ "$PURPOSE" = "unittest" ]; then
cd test && make -j4 && sh ./run_tests.sh && cd ../ cd test && make -j4 && sh ./run_tests.sh && cd ../
else 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