Building Collada-dom 2.2 on Linux without Boost

Apparently there is a -DNO_BOOST option when compiling the collada-dom library, as I can’t find reference to this in the documentation, where exactly do I have to specify this option and is any functionality lost when choosing this, except for speed of the library?

Thanks for any help in advance.

Define NO_BOOST in your build settings and rebuild everything.

No major functionality is lost by choosing this. The main reason for the option is for PS3 builds.