Enable optimize check flag
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 20 Apr 2016 08:18:17 +0000 (17:18 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 20 Apr 2016 08:19:29 +0000 (17:19 +0900)
Change-Id: I89c58484b45037eb4d0d9a3d4eba55d2df2164db

Tizen.Applications/Tizen.Applications.csproj

index 0c24cb4..3eb92c5 100755 (executable)
@@ -16,7 +16,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
+    <Optimize>true</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>