Hello,

I'm using GPB in a visual studio project.  Despite doing a release
build with as many optimizations as possible, I've noticed that
resulting binaries have strings inside of them that contain the file
names for each .cc file resulting from each .proto file, lots of error
messages, etc.  I think these strings all stem from the code using
GOOGLE_LOG, which ends up using __FILE__ and __LINE__, and using
whatever logged string is passed along.

I'm trying to reduce code size as much as possible, and so I really
don't want my release build to include all of those extra strings when
they really aren't needed for the execution of the program.  Is there
a supported way to reduce the amount of string-clutter in compiled,
release binaries?

Thank you!

Pete

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to