Replace fPIE gcc option with fPIC 79/257279/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:45:35 +0000 (14:45 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:45:35 +0000 (14:45 +0900)
commit0da5439dd8471483a0bcd2d6bf187873c0d4dc53
tree70de33e562f23a977452136357739b2dc7746daa
parenta74401d641995ff7ca825d693d19562b9be58eb4
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: Id22cf9c0161b2f342a6817979aeb857b4c14fe86
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt