projects
/
platform
/
core
/
api
/
mediamuxer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160ef85
)
Add build option to mediamuxer test excute files for applying ASLR
68/67868/1
accepted/tizen/common/20160504.125012
accepted/tizen/ivi/20160503.011421
accepted/tizen/mobile/20160503.011317
accepted/tizen/tv/20160503.011345
accepted/tizen/wearable/20160503.011403
submit/tizen/20160502.101731
author
Gilbok Lee
<gilbok.lee@samsung.com>
Fri, 29 Apr 2016 01:13:43 +0000
(10:13 +0900)
committer
Gilbok Lee
<gilbok.lee@samsung.com>
Fri, 29 Apr 2016 01:13:43 +0000
(10:13 +0900)
Change-Id: I98429445e424255c6370d732425d97c720aa867f
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index 3964fd440336aa8979f053ff0ccdafd9d63f1580..ba084fac6207ba0030b7c2a0c5cb2871bb5a7959 100644
(file)
--- a/
test/CMakeLists.txt
+++ b/
test/CMakeLists.txt
@@
-11,7
+11,7
@@
FOREACH(flag ${${fw_test}_CFLAGS})
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
ENDFOREACH(flag)
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}
-fPIC -pie
")
aux_source_directory(. sources)