realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Add support for making MinSizeRel builds on Windows #661

Closed Stinkfist0 closed 11 years ago

Stinkfist0 commented 11 years ago

MinSizeRel is one of the four default build types CMake provides. Make possible to build the Tundra dependencies and Tundra using the build type.

cadaver commented 11 years ago

It would be good for documentation to include warning of lost performance, especially Bullet's performance suffers in a MinSizeRel build.

Stinkfist0 commented 11 years ago

Roger that. Whether or not MinSizeRel build will be actually really useful remains to be seen, but it works as a great test case for ironing out bugs in the current build system and scripts.