Search found 1 match

by jamesparker2000
Thu Jul 12, 2018 12:00 pm
Forum: General Discussion
Topic: Any way to strip C/C++ locale stuff out of the binary?
Replies: 5
Views: 9258

Re: Any way to strip C/C++ locale stuff out of the binary?

Hey guys, I have been working on an embedded C++ project recently on another platform - still GCC but on ARM. However, I hope I can share some wisdom on the subject as we had exactly the same problems. We found std::locale and std::money type stuff in our linked binary - yet we could not work out wh...