GitHub user lizhanhui added a comment to the discussion: centos7 编译rocketmq-5.0 cpp动态库方法
strip librocketmq.so后看看, 应该是符号表比较大. CMake的话记得加 -DCMAKE_BUILD_TYPE=Release Bazel的话, 加上 -c opt 参数 GitHub link: https://github.com/apache/rocketmq-clients/discussions/669#discussioncomment-9141808 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org