mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
wolfssl: always build with --enable-reproducible-build
This gates out anything that might introduce semantically frivolous jitter, maximizing chance of identical object files. The binary size shrinks by 8kb: 1244352 staging_dir/target-mipsel_24kc_musl/usr/lib/libwolfssl.so.4.8.1.39c36f2f 1236160 staging_dir/target-mipsel_24kc_musl/usr/lib/libwolfssl.so.4.8.1.39c36f2f Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
05e99f51e4
commit
1fe5c9fb40
@ -70,6 +70,7 @@ TARGET_LDFLAGS += -flto
|
|||||||
|
|
||||||
# --enable-stunnel needed for OpenSSL API compatibility bits
|
# --enable-stunnel needed for OpenSSL API compatibility bits
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-reproducible-build \
|
||||||
--enable-lighty \
|
--enable-lighty \
|
||||||
--enable-opensslall \
|
--enable-opensslall \
|
||||||
--enable-opensslextra \
|
--enable-opensslextra \
|
||||||
|
Loading…
Reference in New Issue
Block a user