Replace fPIE gcc option with fPIC 92/257292/2 accepted/tizen/unified/20210602.122425 submit/tizen/20210517.062810 submit/tizen/20210531.070503 submit/tizen/20210601.065659
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:56:25 +0000 (14:56 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Mon, 17 May 2021 06:26:49 +0000 (06:26 +0000)
commit6f7b9fe4e6fd8e5e352bdac51f916ed005a5626f
tree7063e82136e4907e52aac3a4131e5273b9c01359
parente84bdbb07d4d8e97acfb4fec75faef0008a1caeb
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: I3b913699852ae8f094f90448bd7f03035debcd8b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt