diff options
Diffstat (limited to 'contrib/tools/python3/src/Include')
| -rw-r--r-- | contrib/tools/python3/src/Include/pyconfig-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
