Skip to content

Commit d95e43e

Browse files
committed
Keep memprof in code but do not enable it for dev cuz it's not ready to work in ZTS threaded environment and leads to segfaults with no way to get dump
1 parent b0ed827 commit d95e43e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-bash-base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ if [[ "$BUILD_DEV" == "1" ]]; then
6868
"--with-gmp"
6969
# Profiling extensions
7070
"--enable-debug"
71-
"--enable-memprof"
72-
"--enable-memprof-debug"
71+
# "--enable-memprof"
72+
# "--enable-memprof-debug"
7373
"--enable-tideways-xhprof"
7474
# "--enable-xdebug"
7575
)

0 commit comments

Comments
 (0)