print Triangle errors, instead of exiting
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
# APP_OPTIM := debug
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# TRILIBDEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
|
||||
LOCAL_CFLAGS := -O -DTRILIBRARY -DREDUCED -DCDT_ONLY -DNO_TIMER -Werror
|
||||
LOCAL_CFLAGS := -O -DTRILIBRARY -DREDUCED -DCDT_ONLY -DNO_TIMER -Werror -std=c99
|
||||
# -DLINUX -> no fpu_control in bionic, needed ?
|
||||
|
||||
LOCAL_MODULE := triangle-jni
|
||||
|
||||
Reference in New Issue
Block a user