From aaf9e2ef8405dea6cf3bb13d645729dafd96efd8 Mon Sep 17 00:00:00 2001 From: Hakase Date: Thu, 4 Oct 2018 22:45:13 +0900 Subject: [PATCH] Update auto.sh shell --- auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.sh b/auto.sh index 9b4eb87..a9c8ecf 100755 --- a/auto.sh +++ b/auto.sh @@ -81,8 +81,8 @@ fi ### LTO Build if [ "$LTO" = 1 ]; then - BUILD_LTO="-flto" - BUILD_OPENSSL_LTO="-Wl,-flto" + BUILD_LTO="-flto -ffat-lto-objects" + BUILD_OPENSSL_LTO="-flto -ffat-lto-objects" else BUILD_LTO="" BUILD_OPENSSL_LTO=""