halapi: Replace fPIE gcc option with fPIC 76/257276/2
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:19:35 +0000 (14:19 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 07:03:01 +0000 (16:03 +0900)
commitbb5b8f7b9af9d50888eb80e03fdf8587af855a81
tree9f4cfd84f2f4f22088b222ab17e2c2d4e671d9a9
parent0bd8f286c05544f4646b41b14bb118f9c8634ba3
halapi: 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: Id27d4a31080477415d9bc2bbaa0210039ff27233
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt