On 29/09/15 02:24, Sean McGovern wrote:
> ---
>  configure |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/configure b/configure
> index 49643d6..efedc67 100755
> --- a/configure
> +++ b/configure
> @@ -3557,6 +3557,10 @@ case $target_os in
>      sunos)
>          SHFLAGS='-shared -Wl,-h,$$(@F)'
>          enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
> +        # Even at extremely high optimization levels,
> +        # suncc refuses to inline functions when
> +        # debug mode is enabled.
> +        enabled_all suncc debug && disable symver
>          network_extralibs="-lsocket -lnsl"
>          # When using suncc to build, the Solaris linker will mark
>          # an executable with each instruction set encountered by
> 

Disabling symbol version lets you inline and debug?

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to