projects
/
platform
/
core
/
api
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcdfe5
)
disable lto for the wrapped test
11/240611/1
accepted/tizen/unified/20200810.123033
accepted/tizen/unified/20200812.144008
submit/tizen/20200810.015310
submit/tizen/20200811.054151
author
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 10 Aug 2020 06:00:36 +0000
(15:00 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 10 Aug 2020 06:00:36 +0000
(15:00 +0900)
Change-Id: I4b3c5162b8f6e3c6dcdaa2be750ee71d39bb27e8
tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index 659ebd1bd777a79bb92fbd09141592206eda19ba..e7b5020c4f56d6bab4cd667b3675236660288dbf 100644
(file)
--- a/
tests/CMakeLists.txt
+++ b/
tests/CMakeLists.txt
@@
-17,7
+17,7
@@
FILE(GLOB GTEST_SRCS *.cpp mocks/*.c ${CMAKE_SOURCE_DIR}/src/*.c)
ADD_EXECUTABLE(${TEL_GTEST} ${GTEST_SRCS})
TARGET_LINK_LIBRARIES(${TEL_GTEST} ${gtest_pkgs_LIBRARIES} ${pkgs_LIBRARIES})
SET_TARGET_PROPERTIES(${TEL_GTEST} PROPERTIES
- COMPILE_FLAGS "-fPIE"
+ COMPILE_FLAGS "-f
no-lto -f
PIE"
#Never add any space for LINKFLAGS
LINK_FLAGS "-Wl,\
--wrap=malloc,\