Major enhancements to the state web server. Added state-based shader instancing to avoid recompiles. Fixed issue #113 - Possible bug with REGAL_STATISTICS Corrected handling of GL_POINT_SIZE_MAX state in RegalState. Refreshed apitrace, civetweb, libpng, and GLEW from upstream.
6 lines
126 B
Makefile
6 lines
126 B
Makefile
APP_STL := stlport_static
|
|
|
|
ifeq ($(NDK_DEBUG),1)
|
|
$(warning NDK_DEBUG set, enabling debug build.)
|
|
APP_OPTIM := debug
|
|
endif
|