Update auto.sh shell

This commit is contained in:
2018-10-04 22:45:13 +09:00
parent 69e6ad19cd
commit aaf9e2ef84
+2 -2
View File
@@ -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=""