Fix build error when Werror option is on
[platform/core/uifw/inputdelegator.git] / packaging / org.tizen.inputdelegator.spec
index f8cbf92..5d24c27 100755 (executable)
@@ -1,6 +1,6 @@
 Name: org.tizen.inputdelegator
 Summary: Input Delegator Application
-Version: 0.1.161102
+Version: 0.1.161122
 Release: 1
 Group: Applications
 License: Apache-2.0
@@ -67,11 +67,9 @@ Input Delegator Application for Wearable environment
 %setup -q
 
 %build
-%if 0%{?sec_build_binary_debug_enable}
 export CFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
 export CXXFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
 export FFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
-%endif
 
 export CXXFLAGS="$CXXFLAGS -std=gnu++0x"