Python should default to static linkage
未關閉
- 主要語言
- C++
- 星號
- 537
- 分支
- 223
- 平均合併
- 11 小時 22 分鐘
- 30 天內合併 PR
- 2
描述
https://github.com/boostorg/python/blob/d6d54ce483c27ef2cddb4d43e6e775c5c496ec62/include/boost/python/detail/config.hpp#L62
I think this would make boost-python more consistent with the rest of boost:
```cpp
- # elif !defined(BOOST_PYTHON_DYNAMIC_LIB)
+ # elif defined(BOOST_ALL_DYN_LINK) || defined(BOOST_PYTHON_DYN_LINK)
```
There was a thread about this back in 2008, but I didn't see any comments.
https://lists.boost.org/Archives/boost/2008/12/146488.php
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。