Commit 2704c155 authored by Lucas Russo's avatar Lucas Russo

examples/Makefile: define MLM_BUILD_DRAFT_API

As all of the Malamute is a draft API, we need
this for Malamute version 1.0.0
parent 31e9083b
......@@ -18,6 +18,10 @@ CFLAGS_USR = -std=gnu99 -O2
override CPPFLAGS +=
override CXXFLAGS +=
# Malamute 1.0.0 requires this to be defined
# as all of its API is in DRAFT state
CFLAGS_USR += -DMLM_BUILD_DRAFT_API
LOCAL_MSG_DBG ?= n
DBE_DBG ?= n
CFLAGS_DEBUG =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment