Disable debug

This commit is contained in:
Tran Khanh Duy 2020-11-03 20:38:07 +07:00 committed by GitHub
parent 64692e19dd
commit c2c99e781d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ include $(CLEAR_VARS)
LOCAL_LDLIBS := -ldl -llog -landroid -lEGL
# -lGLESv2
LOCAL_MODULE := pojavexec
LOCAL_CFLAGS += -DDEBUG
# LOCAL_CFLAGS += -DDEBUG
# -DGLES_TEST
LOCAL_SRC_FILES := \
egl_bridge.c \