regal/examples/alphatorus/android/jni/Application.mk
Scott Nations 8dda434953 Now using glsloptimizer to parse and rewrite shaders.
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.
2014-03-27 10:14:36 -05:00

6 lines
126 B
Makefile

APP_STL := stlport_static
ifeq ($(NDK_DEBUG),1)
$(warning NDK_DEBUG set, enabling debug build.)
APP_OPTIM := debug
endif