Replace fPIE gcc option with fPIC 77/257277/2
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:28:30 +0000 (14:28 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 12 May 2021 08:57:26 +0000 (08:57 +0000)
commit2fd721bbe437b1aa9d3452a98c79c2442e8f014e
treee376cba25679ad38ceace9c42dbffc8d74cd81ba
parentf4b6dda708f81a3c5f98dfb935eafb383861507f
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: Icf4a211f682a8c54c641e6312a9e3cc77ff005d2
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt