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:
parent
3368ac332e
commit
b695b56ead
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user