From 3fc4c3066077fd1c56a5d7b2da442e5aab437dc1 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 7 Nov 2021 06:11:31 +1000 Subject: [PATCH] Add LTO flags to conan gcc release profile --- conan/profile/x86_64-gcc-linux-release | 1 + 1 file changed, 1 insertion(+) diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index ff97239..996bc91 100644 --- a/conan/profile/x86_64-gcc-linux-release +++ b/conan/profile/x86_64-gcc-linux-release @@ -15,3 +15,4 @@ build_type=Release [env] CC=gcc CXX=g++ +CXXFLAGS="-flto -ffat-lto-objects"