Add LTO flags to conan gcc release profile

This commit is contained in:
Danny Robson 2021-11-07 06:11:31 +10:00
parent 3960373b15
commit 3fc4c30660

View File

@ -15,3 +15,4 @@ build_type=Release
[env]
CC=gcc
CXX=g++
CXXFLAGS="-flto -ffat-lto-objects"