From b695b56eadeaba2fc0ba2db75d7381a47ac91fa0 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 22 Feb 2019 12:41:41 +1100 Subject: [PATCH] optimisation: re-enable -fipa-pta by default It appears to work alright for the core libraries as of GCC-8.2.0 --- nc_optimisation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_optimisation.cmake b/nc_optimisation.cmake index 66e9ba0..704dce9 100644 --- a/nc_optimisation.cmake +++ b/nc_optimisation.cmake @@ -131,7 +131,7 @@ else() append_compile_flag(-funswitch-loops) # 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 append_compile_flag(-fno-stack-protector)