enable debug log 63/14863/1
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 11 Dec 2013 03:06:03 +0000 (12:06 +0900)
committerKeebong <keebong.bahn@samsung.com>
Mon, 13 Jan 2014 09:06:30 +0000 (18:06 +0900)
Change-Id: I443434f1264a1f7622c85d29d170408766e19702
Signed-off-by: kyeongwoo.lee <kyeongwoo.lee@samsung.com>
packaging/osp-shell.spec

index 5e5fa41..a969d25 100644 (file)
@@ -100,7 +100,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
        CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -funwind-tables -D_OSP_DEBUG_ -D_OSP_ARMEL_"
 %endif
 
-%if 0%{?tizen_build_binary_release_type_eng}
+%if 0%{?sec_build_binary_debug_enable}
        CXXFLAGS="$CXXFLAGS -D_SECURE_LOG"
 %endif