mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Enable logging in builds
This commit is contained in:
parent
63016fd067
commit
eb97ee3741
@ -19,7 +19,7 @@ LOCAL_ARM_NEON := true
|
|||||||
############ some local flags
|
############ some local flags
|
||||||
# If you change any of those flags, you need to rebuild both libjni_latinime_common_static
|
# If you change any of those flags, you need to rebuild both libjni_latinime_common_static
|
||||||
# and the shared library that uses libjni_latinime_common_static.
|
# and the shared library that uses libjni_latinime_common_static.
|
||||||
FLAG_DBG ?= false
|
FLAG_DBG ?= true
|
||||||
FLAG_DO_PROFILE ?= false
|
FLAG_DO_PROFILE ?= false
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
@ -63,7 +63,7 @@ ifeq ($(FLAG_DO_PROFILE), true)
|
|||||||
else # FLAG_DO_PROFILE
|
else # FLAG_DO_PROFILE
|
||||||
ifeq ($(FLAG_DBG), true)
|
ifeq ($(FLAG_DBG), true)
|
||||||
$(warning Making debug version of native library)
|
$(warning Making debug version of native library)
|
||||||
LOCAL_CFLAGS += -DFLAG_DBG -funwind-tables -fno-inline
|
LOCAL_CFLAGS += -DFLAG_DBG #-funwind-tables -fno-inline
|
||||||
ifeq ($(FLAG_FULL_DBG), true)
|
ifeq ($(FLAG_FULL_DBG), true)
|
||||||
$(warning Making full debug version of native library)
|
$(warning Making full debug version of native library)
|
||||||
LOCAL_CFLAGS += -DFLAG_FULL_DBG
|
LOCAL_CFLAGS += -DFLAG_FULL_DBG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user