# FeatStd CMake Switches

#### New CMake switch to enable / disable glGetError and eglGetError calls

A new CMake switch, FEATSTD\_GLERRORS\_AND\_EGLERRORS\_ENABLED, has been added. This enables calls to glGetError and eglGetError functions in [Candera](http://dev.doc.cgistudio.at/APILINK/namespace_candera.html "[DataBinding_RefTypeSample]"). By default this is set to OFF for Release builds and to ON for other builds.

---