I have an application that uses Boost. I’ve just downloaded the precompiled DLL and that’s it. Now I think that I probably should compile Boost myself so it can use advantages of the target system. I only need to run software on one system, this is a 2 processors Xeon E5 and so probably the compiler can do some optimizations. Does it make sense?
I have an application that uses Boost. I’ve just downloaded the precompiled DLL and
Share
Check my old question, I believe it’s still relevant, to you as well.
Actually when you know how, it’s very easy to build it.
And yes, I’d build it unless HIGHEST performance is not a must.
Good luck!