I also quickly researched, but found no definitive answer. Still it seems to me that -fpie is simply passed to the linker on the final link to set some tags in the ELF header.
So compiling everything with -Cg, and passing -k-pie to the final link might work, give it a try.