From: Seonah Moon Date: Wed, 9 Jan 2019 07:05:50 +0000 (+0900) Subject: Disable TIZEN_DEBUG_ENABLE X-Git-Tag: submit/tizen/20190109.071519^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74154e934a5748e9e88fb5bd8c0d213aa8ec9a25;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Disable TIZEN_DEBUG_ENABLE Change-Id: Iaf86277edaaaecd86d4b4bf34cbdb5202951b47d --- diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 84600bf..800d3d1 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.139 +Version: 1.1.140 Release: 3 Group: System/Network License: Apache-2.0 @@ -101,7 +101,7 @@ make %{?_smp_mflags} cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DTIZEN_WLAN_PASSPOINT=1 \ -DTIZEN_WLAN_USE_P2P_INTERFACE=1 \ - -DTIZEN_DEBUG_ENABLE=1 \ + -DTIZEN_DEBUG_ENABLE=0 \ -DTIZEN_WEARABLE=0 \ -DTIZEN_CAPTIVE_PORTAL=0 \ -DLIB_PATH=%{_lib} \