From c835fd1070f74a5609303f2b43c75a19e00308e9 Mon Sep 17 00:00:00 2001 From: Rithesh Gowda Date: Wed, 11 Dec 2013 10:34:45 +0530 Subject: [PATCH] Updated Spec file for enabling debug macro Change-Id: I595fcf50bbd61952b7f01537700143fe178d2ef2 Signed-off-by: Rithesh Gowda --- packaging/osp-common-service.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osp-common-service.spec b/packaging/osp-common-service.spec index 0f5d836..d8eca64 100644 --- a/packaging/osp-common-service.spec +++ b/packaging/osp-common-service.spec @@ -63,7 +63,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %endif %if 0%{?sec_build_binary_debug_enable} - CXXFLAGS="$CXXFLAGS -D_SECURE_LOG" + CXXFLAGS="$CXXFLAGS -D_SECURE_LOG -DTIZEN_DEBUG_ENABLE" %endif cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DOBS=1 -DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DARCH=${ARCH} -- 2.7.4