build: Stop using lto. Not worth the hassle.

This commit is contained in:
2025-01-26 09:56:53 -05:00
parent 2c9257f1a8
commit d766c33f59
3 changed files with 6 additions and 11 deletions

View File

@ -76,8 +76,7 @@ build_the_thing() {
-Oz
-DOPENSSL_SMALL_FOOTPRINT
-ffunction-sections
-fdata-sections
-flto"
-fdata-sections"
pwd
echo "./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS" && \
./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS && \

View File

@ -59,7 +59,6 @@ build_the_thing() {
-Os
-ffunction-sections
-fdata-sections
-flto
-DOPENSSL_SMALL_FOOTPRINT"
echo "./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS" && \
./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS && \