From 6aa070a4cf4b6e20a78ac9b4b981a86592d6c1fe Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Wed, 31 Aug 2016 10:46:42 +0900 Subject: [PATCH] Delete engineer, debug option in the spec file - TIZEN_DEBUG_ENABLE, TIZEN_ENGINEER_MODE Change-Id: Ib529f82fa75acb14c937d6dcd26bac3bb2edbcb5 Signed-off-by: Myungki Lee --- packaging/notification.spec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packaging/notification.spec b/packaging/notification.spec index 0295744..60eb4bc 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} -- 2.7.4