mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Merge pull request #8342 from douzzer/20250108-reproducible-build-backtrace
20250108-reproducible-build-backtrace
This commit is contained in:
@ -573,7 +573,10 @@ then
|
|||||||
AS_CASE([$xxx_ar_flags],[*'use zero for timestamps and uids/gids'*],[AR_FLAGS="Dcr" lt_ar_flags="Dcr"])
|
AS_CASE([$xxx_ar_flags],[*'use zero for timestamps and uids/gids'*],[AR_FLAGS="Dcr" lt_ar_flags="Dcr"])
|
||||||
AS_CASE([$xxx_ranlib_flags],[*'Use zero for symbol map timestamp'*],[RANLIB="${RANLIB} -D"])
|
AS_CASE([$xxx_ranlib_flags],[*'Use zero for symbol map timestamp'*],[RANLIB="${RANLIB} -D"])
|
||||||
|
|
||||||
|
if test "$ENABLED_DEBUG_TRACE_ERRCODES" != "backtrace"
|
||||||
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_REPRODUCIBLE_BUILD -g0"
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_REPRODUCIBLE_BUILD -g0"
|
||||||
|
fi
|
||||||
|
|
||||||
# opportunistically use -ffile-prefix-map (added in GCC8 and LLVM10)
|
# opportunistically use -ffile-prefix-map (added in GCC8 and LLVM10)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user