From: Myungki Lee Date: Wed, 31 Aug 2016 01:46:42 +0000 (+0900) Subject: Delete engineer, debug option in the spec file X-Git-Tag: submit/tizen/20160905.010800~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aa070a4cf4b6e20a78ac9b4b981a86592d6c1fe;p=platform%2Fcore%2Fapi%2Fnotification.git Delete engineer, debug option in the spec file - TIZEN_DEBUG_ENABLE, TIZEN_ENGINEER_MODE Change-Id: Ib529f82fa75acb14c937d6dcd26bac3bb2edbcb5 Signed-off-by: Myungki Lee --- diff --git a/packaging/notification.spec b/packaging/notification.spec index 0295744a..60eb4bcd 100755 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -44,16 +44,6 @@ Requires: %{name} = %{version}-%{release} Development files needed to build software that needs to system a system notification. %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 LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--as-needed" LDFLAGS="$LDFLAGS" %if %{with wayland}