From: Rithesh Gowda Date: Wed, 11 Dec 2013 05:04:45 +0000 (+0530) Subject: Updated Spec file for enabling debug macro X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;p=platform%2Fframework%2Fnative%2Fcommon-service.git Updated Spec file for enabling debug macro Change-Id: I595fcf50bbd61952b7f01537700143fe178d2ef2 Signed-off-by: Rithesh Gowda --- 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}