From: Mu-Woong Lee Date: Wed, 5 Apr 2017 07:32:38 +0000 (+0900) Subject: Fix the build script typos X-Git-Tag: submit/tizen/20170413.031950^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=accf24e2a7d0dcb104d9cb29636a85fba9392d3c;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Fix the build script typos Change-Id: I2007e1abec9fef0a0873edcdab4ababce5848dd8 Signed-off-by: Mu-Woong Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ff2c8a0..dd4a656 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(context-service) INCLUDE(GNUInstallDirs) ADD_DEFINITIONS(-O2 -Wall -fPIC -fPIE -fdata-sections -ffunction-sections -fvisibility=hidden) -SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fPIC -pie -Wl,--as-needed -Wl,--gc-section -Wl,--print-gc-section") +SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fPIC -pie -Wl,--as-needed -Wl,--gc-sections -Wl,--print-gc-sections") ADD_SUBDIRECTORY(src/server) ADD_SUBDIRECTORY(src/agent)