Home
last modified time | relevance | path

Searched refs:enable_prof_libgcc (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1103 [if test "x$enable_prof_libgcc" = "xno" ; then
1104 enable_prof_libgcc="0"
1106 enable_prof_libgcc="1"
1109 [enable_prof_libgcc="1"]
1111 if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \
1113 AC_CHECK_HEADERS([unwind.h], , [enable_prof_libgcc="0"])
1114 if test "x${enable_prof_libgcc}" = "x1" ; then
1115 AC_CHECK_LIB([gcc], [_Unwind_Backtrace], [JE_APPEND_VS(LIBS, -lgcc)], [enable_prof_libgcc="0"])
1117 if test "x${enable_prof_libgcc}" = "x1" ; then
1122 enable_prof_libgcc="0"
[all …]
H A Dconfigure9509 enableval=$enable_prof_libgcc; if test "x$enable_prof_libgcc" = "xno" ; then
9510 enable_prof_libgcc="0"
9512 enable_prof_libgcc="1"
9516 enable_prof_libgcc="1"
9520 if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \
9531 enable_prof_libgcc="0"
9536 if test "x${enable_prof_libgcc}" = "x1" ; then
9583 enable_prof_libgcc="0"
9587 if test "x${enable_prof_libgcc}" = "x1" ; then
9593 enable_prof_libgcc="0"
[all …]