This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
*: remove DSN_IN_CORE, improve BOOST linking, fix build.sh #283
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use MY_BOOST_LIBS temporarily, cause dsn_runtime depends on boost libs. We will create implicit dependencies between dsn_runtime and boost libs in the future so we will no longer add boost libs explicitly when linking dsn_runtime.
f36757f
to
fbc687a
Compare
neverchanje
reviewed
Jul 27, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
给个建议:
- 后面 fmt 希望跟 thrift 一样作为默认链接。
- dsn_runtime 看看能不能直接编译成一个库,不要用那种 object 拼起来的方式
- dsn_replica_server 和 dsn_meta_server 看看能不能做成静态库,项目统一用一种方式,有必要的时候再用 "BUILD_SHARED_LIBS=ON" 做动态库。
另外就是起一个新的 PR,把 dsn.cmake 里面好多 remove this 都删了把
|
neverchanje
approved these changes
Jul 27, 2019
hycdong
approved these changes
Jul 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
apache/incubator-pegasus#361 (comment)