Replace fPIE gcc option with fPIC 90/257290/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:54:40 +0000 (14:54 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:54:40 +0000 (14:54 +0900)
commit12900a7468fc1772074822828df443f9ddf824e4
tree87c7793784da106c5e8db8508197ea46ff5803c4
parent319a8e67e8bf6565df5cbd81905712099881f988
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: Iaedb10897e72fd94ac4289966dd2b210acb40734
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt