tizen: Remove the build macro for RELEASE flag
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 5 Sep 2016 01:31:38 +0000 (10:31 +0900)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 25 Oct 2016 18:14:41 +0000 (20:14 +0200)
(tizen_build_binary_release_type_eng)

 - always enable RELEASE to TRUE

Change-Id: Iac9caa72d6747e65f73040eeea7046bd462d251f
Bug: https://jira.iotivity.org/browse/IOT-1320
Author: Jooseok Park <jooseok.park@samsung.com>
Origin: https://review.tizen.org/gerrit/#/c/86784/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
tools/tizen/iotivity.spec

index 7ffbbefa25d4ada579fb95073dc44921f1bb0a0c..9515bafac8540ddfe49c08bdd5dafcf03a6d8d2d 100644 (file)
@@ -29,13 +29,9 @@ Source1002: %{name}-test.manifest
 %en_speedpython
 %endif
 
-## If tizen 2.x, RELEASE follows tizen_build_binary_release_type_eng. ##
-## and if tizen 3.0, RELEASE follows tizen_build_devel_mode. ##
-%if 0%{?tizen_build_devel_mode} == 1 || 0%{?tizen_build_binary_release_type_eng} == 1
-%define RELEASE False
-%else
+# default is RELEASE mode.
+# If DEBUG mode is needed, please use tizen_build_devel_mode
 %define RELEASE True
-%endif
 # For Example
 %if %{RELEASE} == "True"
 %define build_mode release