optimisation: re-enable -fipa-pta by default

It appears to work alright for the core libraries as of GCC-8.2.0
This commit is contained in:
Danny Robson 2019-02-22 12:41:41 +11:00
parent 3368ac332e
commit b695b56ead

View File

@ -131,7 +131,7 @@ else()
append_compile_flag(-funswitch-loops) append_compile_flag(-funswitch-loops)
# GCC 8.2 encounters an ICE in LTO linking with ipa-pta enabled # GCC 8.2 encounters an ICE in LTO linking with ipa-pta enabled
# append_compile_flag (-fipa-pta) append_compile_flag (-fipa-pta)
# safety removal for performance # safety removal for performance
append_compile_flag(-fno-stack-protector) append_compile_flag(-fno-stack-protector)