Subject: [Boost-users] remove boost variable names from gcc compiled file
From: ndgs_at_[hidden]
Date: 2009-07-20 15:45:08


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