Remove build macro : tizen_build_binary_release_type_eng 40/86540/1 submit/tizen/20160902.021925
authorGeunsun, Lee <gs86.lee@samsung.com>
Fri, 2 Sep 2016 00:05:46 +0000 (09:05 +0900)
committerGeunsun, Lee <gs86.lee@samsung.com>
Fri, 2 Sep 2016 00:06:08 +0000 (09:06 +0900)
Change-Id: I0abf46c2cb66eb1135485cd798e22988f29fdf39

packaging/org.tizen.classic-watch.spec

index 4b1e5b720d3a4ce9a3996cd74a2e1bb0d4685e9d..3f2bf3fcd58432702859c09ddd89c500b197ad7d 100644 (file)
@@ -34,12 +34,6 @@ classic-watch.
 %define DATADIR /usr/apps/%{name}/data
 
 %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
-
 RPM_OPT=`echo $CFLAGS|sed 's/-Wp,-D_FORTIFY_SOURCE=2//'`
 export CFLAGS=$RPM_OPT