From 0bb2168d0660be7316ffbafdb4bdc4e9957f39cf Mon Sep 17 00:00:00 2001 From: shadchin Date: Sun, 18 Feb 2024 16:49:52 +0300 Subject: Enable perf trampoline 9ea3344aaff84779f6f3eea0c3cfb785c49857a7 --- contrib/tools/python3/src/Include/pyconfig-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/tools/python3/src/Include') diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/src/Include/pyconfig-linux.h index 0cf6e48f50f..967ba21e958 100644 --- a/contrib/tools/python3/src/Include/pyconfig-linux.h +++ b/contrib/tools/python3/src/Include/pyconfig-linux.h @@ -1593,7 +1593,7 @@ #define PY_COERCE_C_LOCALE 1 /* Define to 1 if you have the perf trampoline. */ -/* #undef PY_HAVE_PERF_TRAMPOLINE */ +#define PY_HAVE_PERF_TRAMPOLINE 1 /* Define to 1 to build the sqlite module with loadable extensions support. */ #define PY_SQLITE_ENABLE_LOAD_EXTENSION 1 -- cgit v1.3