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

Maxim Kokryashkin max.kokryashkin at gmail.com
Wed May 11 11:25:17 MSK 2022


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



More information about the Tarantool-patches mailing list