[Tarantool-patches] [PATCH] sysprof: add `LUAJIT_DISABLE_SYSPROF` to Makefile

Igor Munkin imun at tarantool.org
Wed May 18 13:58:47 MSK 2022


Max,

Thanks for the patch! LGTM as trivial.

On 11.05.22, Maxim Kokryashkin wrote:
> The Makefile.original was not properly updated for sysporf. This
> patch fixes this issue by adding the `LUAJIT_DISABLE_SYSPROF`
> option to it.
> 
> Part of tarantool/tarantool#781
> ---
> Branch: https://github.com/tarantool/luajit/tree/fckxorg/sysprof-rc-full-ci
> 
>  src/Makefile.original | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/Makefile.original b/src/Makefile.original
> index 50b84bfe..dd1c6a76 100644
> --- a/src/Makefile.original
> +++ b/src/Makefile.original
> @@ -116,6 +116,8 @@ XCFLAGS=
>  # Disable the memory profiler.
>  #XCFLAGS+= -DLUAJIT_DISABLE_MEMPROF
>  #
> +# Disable the system profiler.
> +#XCFLAGS+= -DLUAJIT_DISABLE_SYSPROF
>  ##############################################################################
>  
>  ##############################################################################
> -- 
> 2.35.1
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list