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

Change-Id: Id04197def4ffdef29865d66b22ca8390752284cb

packaging/dali-toolkit.spec

index d76ea12..e3cafbd 100644 (file)
@@ -54,12 +54,6 @@ PREFIX="/usr"
 CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections "
 LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -Wl,--gc-sections "
 
-%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
-
 libtoolize --force
 cd %{_builddir}/dali-toolkit-%{version}/build/tizen
 autoreconf --install