support for protobuf_DEBUG_POSTFIX
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 802
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 5
Description
Currently makefile https://github.com/grpc/grpc-web/blob/d03435fc6e39a3ae95ac385859c6f115d9b8c59f/javascript/net/grpc/web/Makefile#L18 can link only with `lprotoc -lprotobuf` (release build of protobuf)
It may be useful to support debug builds with `lprotocd -lprotobufd` (debug build of protobuf), see protobuf_DEBUG_POSTFIX https://github.com/protocolbuffers/protobuf/blob/10c48c980f8a6c81ba6e117590ee7843c89d593f/cmake/CMakeLists.txt#L55
Or, even better, it may be useful to to support user-defined protobuf_DEBUG_POSTFIX
Contributor guide
Assessment
This issue has not been assessed yet.