REALM_HAVE_CONFIG

This commit is contained in:
Ari Lazier 2016-02-02 08:56:32 -08:00
parent af50a6c255
commit 2539d1feb4

View File

@ -11,6 +11,7 @@ APP_STL := gnustl_static
APP_CPPFLAGS := -std=c++14
APP_CPPFLAGS += -frtti
APP_CPPFLAGS += -fexceptions
APP_CPPFLAGS += -DREALM_HAVE_CONFIG
# Make sure every shared lib includes a .note.gnu.build-id header
APP_LDFLAGS := -Wl,--build-id