Delete engineer, debug option in the spec file 63/86163/1
authorMyungki Lee <mk5004.lee@samsung.com>
Wed, 31 Aug 2016 01:46:42 +0000 (10:46 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Wed, 31 Aug 2016 01:46:42 +0000 (10:46 +0900)
- TIZEN_DEBUG_ENABLE, TIZEN_ENGINEER_MODE

Change-Id: Ib529f82fa75acb14c937d6dcd26bac3bb2edbcb5
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
packaging/notification.spec

index 0295744..60eb4bc 100755 (executable)
@@ -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}