build: -flto all the things.

This commit is contained in:
2024-07-25 16:02:14 -04:00
parent ca05d402a7
commit 427fcdbdca
2 changed files with 9 additions and 6 deletions

View File

@ -68,7 +68,8 @@ build_the_thing() {
no-weak-ssl-ciphers
no-zlib
-Os
-DOPENSSL_SMALL_FOOTPRINT"
-DOPENSSL_SMALL_FOOTPRINT
-flto"
pwd
echo "./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS" && \
./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS && \