build: Disable RTTI generation
authorKarl Schultz <karl@lunarg.com>
Thu, 12 May 2016 16:28:57 +0000 (10:28 -0600)
committerKarl Schultz <karl@lunarg.com>
Thu, 12 May 2016 16:31:44 +0000 (10:31 -0600)
commitcffef5bb1e76d12ecf20c4e399764e566976796f
tree03697d48857e6ea8be03626f547c8fbe54afd4c1
parent48daa85fa10f281ffa73fb98f6901d63d1d73286
build: Disable RTTI generation

Disablng RTTI can save a little space.  And it will help keep
some C++ features from being used that are not (well) supported
on some platforms.

Change-Id: I8050009a65de640c2e41cdefb1ead43c88bb710a
CMakeLists.txt