diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-05-08 14:50:24 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.ru> | 2022-05-08 14:50:24 +0300 |
commit | 47f77dd72345a996fc6b396a364d24253bd35944 (patch) | |
tree | f26f14a025ea7519f7615fecd72adcec2b1221df /contrib/libs/jemalloc/include | |
parent | 830eb9b3d7e50b775628321023cf08319eeae176 (diff) | |
download | ydb-47f77dd72345a996fc6b396a364d24253bd35944.tar.gz |
Improve some jemalloc patches
* Remove patching context when patching a platform dispatcher
* Drop `--enable-prof-libunwind` configure flag which refers to HP libunwind which is not compatible with LLVM one
* Remove llvm-libunwind.patch due to proper configuration
ref:a360e809f8917459e645913f070b2ef832b3425b
Diffstat (limited to 'contrib/libs/jemalloc/include')
-rw-r--r-- | contrib/libs/jemalloc/include/jemalloc/internal/jemalloc_internal_defs-linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/jemalloc/include/jemalloc/internal/jemalloc_internal_defs-linux.h b/contrib/libs/jemalloc/include/jemalloc/internal/jemalloc_internal_defs-linux.h index 28cc151f07..5ded107533 100644 --- a/contrib/libs/jemalloc/include/jemalloc/internal/jemalloc_internal_defs-linux.h +++ b/contrib/libs/jemalloc/include/jemalloc/internal/jemalloc_internal_defs-linux.h @@ -148,10 +148,10 @@ #define JEMALLOC_PROF /* Use libunwind for profile backtracing if defined. */ -#define JEMALLOC_PROF_LIBUNWIND +/* #undef JEMALLOC_PROF_LIBUNWIND */ /* Use libgcc for profile backtracing if defined. */ -/* #undef JEMALLOC_PROF_LIBGCC */ +#define JEMALLOC_PROF_LIBGCC /* Use gcc intrinsics for profile backtracing if defined. */ /* #undef JEMALLOC_PROF_GCC */ |