[protobuf] Re: Issue 352 in protobuf: ENH: Add configure option to disable Java / Python / C++

2012-05-17 Thread protobuf
Comment #1 on issue 352 by ryandani...@gmail.com: ENH: Add configure option to disable Java / Python / C++ http://code.google.com/p/protobuf/issues/detail?id=352 I am also looking for this option. This adds significant time to my build, so it'd be nice to remove Java/Python from the build.

[protobuf] Re: Issue 352 in protobuf: ENH: Add configure option to disable Java / Python / C++

2011-12-10 Thread Tom Swirly
For my C++-only protocol buffers, I use protoc --ccp_out=OUT_DIRECTORY ... and that seems to only build .pb.h and .pb.cc for me anyway! -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To view this discussion on the web visit