This commit is contained in:
Benedikt Schroeder 2019-02-25 09:06:17 +01:00
Родитель f1eead2b98
Коммит 1f7b7a5942
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -29,7 +29,7 @@ LOCAL_C_INCLUDES := . \
# LOCAL_CPPFLAGS := -std=c++11 -fno-rtti -fno-threadsafe-statics -Wnon-virtual-dtor \
# -Os -ffunction-sections -fdata-sections
LOCAL_CFLAGS := -DHAVE_CONFIG_H -NDEBUG
LOCAL_CFLAGS := -DHAVE_CONFIG_H -DNDEBUG
LOCAL_SRC_FILES := ../../../externals/harfbuzz/src/hb-ucdn/ucdn.c \
../../../externals/harfbuzz/src/hb-ucdn.cc \

Просмотреть файл

@ -21,7 +21,7 @@ include_dirs = . \
${src_root}/hb-ucdn
library_paths =
defines = \
-DHAVE_CONFIG_H -NDEBUG
-DHAVE_CONFIG_H -DNDEBUG
cflags = \
-fno-exceptions -Wcast-align \
-g -Os -fPIC -fdata-sections -ffunction-sections