Remove unused definitions 76/86776/1 accepted/tizen/common/20160905.171441 accepted/tizen/ivi/20160905.235912 accepted/tizen/mobile/20160905.235748 accepted/tizen/tv/20160905.235820 accepted/tizen/wearable/20160905.235845 submit/tizen/20160905.010800
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Sep 2016 00:09:11 +0000 (09:09 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Sep 2016 00:09:11 +0000 (09:09 +0900)
Change-Id: I0ffd94e52919b76af465d3c86db65773f26f21ac
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/minicontrol.spec

index 12ccad394136a96870e7fb197f1317507093a87c..d2a71906f505e49b96430ada55bb7e9540322f8d 100644 (file)
@@ -30,16 +30,6 @@ Requires:   %{name} = %{version}-%{release}
 Minicontrol library (devel).
 
 %build
-%if 0%{?tizen_build_binary_release_type_eng}
-export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE"
-export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE"
-export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE"
-%endif
-%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
 export CFLAGS+=" -fPIC "
 export LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--as-needed"
 LDFLAGS="$LDFLAGS"