[PATCH v2 1/2] configure: Disable SFrame backtracing

Andreas Schwab schwab@suse.de
Thu Jul 17 10:16:56 GMT 2025


On Jul 17 2025, claudiu.zissulescu-ianculescu@oracle.com wrote:

> @@ -441,8 +441,8 @@ case "$enable_fortify_source" in
>  esac
>  
>  AC_ARG_ENABLE([sframe],
> -	      [AS_HELP_STRING([--disable-sframe],
> -			     [Disable building with SFrame stack trace information @<:@default=yes if GNU as is 2.41 or older@:>@])],
> +	      [AS_HELP_STRING([--enable-sframe],
> +			     [Enable building with SFrame stack trace information @<:@default=no@:>@])],
>  	      [use_sframe=$enableval],
>  	      [use_sframe=notset])

The "notset" distinction is no longer used, it should default to plain
"no".

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


More information about the Libc-alpha mailing list