You can now enable a debug build of DALi via GBS by adding the following to your GBS build line:
--define "%enable_debug 1"
Details in README file.
Change-Id: Ibcbda7cd9840bf1c121eb272e0c64e8ea8d3c967
======
1. GBS Builds
+ 1.1. DEBUG Builds
2. Building for Ubuntu desktop
2.1. Minimum Requirements
2.2. Building the Repository
gbs build -A [TARGET_ARCH]
+1.1. DEBUG Builds
+-----------------
+
+ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"
+
2. Building for Ubuntu desktop
==============================
%else
--enable-efl=yes \
%endif
+%if 0%{?enable_debug}
+ --enable-debug \
+%endif
--enable-appfw=yes \
--with-libuv=/usr/include/node/ \
$configure_flags --libdir=%{_libdir}