Removal of a 'sec_build_binary_debug_enable' part in spec file 10/33910/1
authortaeyoon <taeyoon0.lee@samsung.com>
Fri, 16 Jan 2015 10:15:45 +0000 (19:15 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Fri, 16 Jan 2015 10:16:14 +0000 (19:16 +0900)
  - 'sec_build_binary_debug_enable and -DTIZEN_DEBUG_ENABLE' are not used.

Change-Id: Ic944dbf08ecd42ed1a7fe5cb5e0143a219a51f0c

packaging/com.samsung.dali-demo.spec

index 924a595..bb97f1a 100755 (executable)
@@ -46,12 +46,6 @@ PREFIX="/usr"
 CXXFLAGS+=" -Wall -g -O2"
 LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -fPIC"
 
-%if 0%{?sec_build_binary_debug_enable}
-export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
-export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
-export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
-%endif
-
 %ifarch %{arm}
 EXTRA_CONFIGURE_OPTIONS=" --host=arm"
 CXXFLAGS+=" -D_ARCH_ARM_"