fix Tizen an Linux build
This commit is contained in:
Родитель
f1eead2b98
Коммит
1f7b7a5942
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче