diff options
author | Ickhee Woo <ickhee.woo@samsung.com> | 2016-11-22 20:23:15 +0900 |
---|---|---|
committer | Ickhee Woo <ickhee.woo@samsung.com> | 2016-11-22 20:23:15 +0900 |
commit | 0454af07029fd11e77a594359dc986591f344cea (patch) | |
tree | 1467a807bf8318c472618ac2ab21f4c067a700c2 | |
parent | 6dffffdf36507ce48551f5f099f7d5041706f033 (diff) | |
download | my-account-0454af07029fd11e77a594359dc986591f344cea.tar.gz my-account-0454af07029fd11e77a594359dc986591f344cea.tar.bz2 my-account-0454af07029fd11e77a594359dc986591f344cea.zip |
eliminate build warningsubmit/tizen_3.0/20161123.010652accepted/tizen/3.0/wearable/20161123.083953
Change-Id: I9196ea992111a22bbbb96355906fa5303468e987
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | packaging/my-account.spec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 14dca73..8907057 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ ADD_DEFINITIONS("-DDATADIR=\"${DATADIR}\"") ADD_DEFINITIONS("-DTABLEDIR=\"${TABLEDIR}\"") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") - SET(CMAKE_BUILD_TYPE "Debug") + SET(CMAKE_BUILD_TYPE "Release") ENDIF("${CMAKE_BUILD_TYPE}" STREQUAL "") MESSAGE("Build type: ${CMAKE_BUILD_TYPE}") @@ -93,4 +93,4 @@ INSTALL(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.edj DESTINATION ${EDJDIR}) # i18n -ADD_SUBDIRECTORY(po)
\ No newline at end of file +ADD_SUBDIRECTORY(po) diff --git a/packaging/my-account.spec b/packaging/my-account.spec index 2d45404..45938db 100644 --- a/packaging/my-account.spec +++ b/packaging/my-account.spec @@ -1,6 +1,6 @@ Name: my-account Summary: My account application -Version: 0.0.1 +Version: 0.0.2 Release: 0 Group: main/devel License: Apache-2.0 |