Python should default to static linkage
Đang mở
- Ngôn ngữ chính
- C++
- Star
- 537
- Fork
- 223
- Merge trung bình
- 11 giờ 22 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.