Remove unneeded fPIE gcc option 85/257285/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:50:16 +0000 (14:50 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:50:58 +0000 (14:50 +0900)
commit6f0d90cea3cef30da5de4dcb1c58280a881fdc15
tree2299db47585bc9e1c351133cbccbfc900ec4b9c1
parent94c68e97f9ac6d0b5357c5e41e9b522fa17c0b78
Remove unneeded fPIE gcc option

The fPIE option is for the executable binary.
It is not proper for shared library files.
So that remove unneeded fPIE gcc option.

Change-Id: I800016e2bb30b8a02d2170b9c87df4cd334dfa02
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt