Replace fPIE gcc option with fPIC 89/257289/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:52:24 +0000 (14:52 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:52:48 +0000 (14:52 +0900)
commitd7404f4f6aa39905159d624a89a9bcde75bfe3f3
treed8aca523df81be97b60ec144befefee810882827
parent022eeb17d0ff6b8d58954301df5d4cfe81a763a0
Replace fPIE gcc option with fPIC

The fPIE option is for the executable binary.
It is not proper for shared library files.
So that correct the wrong use-case by using fPIC.

Change-Id: I64dfc54035b198b8d79913d47c51cae4cb8acad8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt