20 Jul
2009
20 Jul
'09
7:45 p.m.
After I compile my file with g++ using the -s flag all that is striped out are my own variable names. I used xxd to look a the compiled output and "boost" is still all over the binary. How can I remove them? I used g++ with /usr/lib/librt.a and /usr/local/lib/libboost_thread-gcc43-mt.a I want to release this as a binary with no source code and I would prefer it if there wasn't boost this and boost that in the binary. Thanks, Piano