Commit f185af94 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

component/gcc: enable default PIE

See merge request !1587

Revert eb1b1a41 to avoid the use of
`fPIC` flag as it is a "contagious" build option.

To not face the build error "relocation R_X86_64_32 against
.rodata.str1.8 can not be used when making a shared object; recompile
with -fPIC" while building a shared library without fPIC flag, `gcc` is
compiled with `-enable-default-pie` flag (which is a compilation option
used for `gcc` binaries provided by Debian by example, see `gcc -v`).
parent 7e1cb38c
Pipeline #34855 failed with stage
in 0 seconds