From accf24e2a7d0dcb104d9cb29636a85fba9392d3c Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Wed, 5 Apr 2017 16:32:38 +0900 Subject: [PATCH] Fix the build script typos Change-Id: I2007e1abec9fef0a0873edcdab4ababce5848dd8 Signed-off-by: Mu-Woong Lee --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1