EnterpriseDB/repmgr

How can to add debug flag when configure the source code.

jasonchenTJ opened this issue · 0 comments

Hi Guys,

I not a C language dev. am going to try debug something on source code.

when run below:

INFRA [postgres@ljzdccapp006 repmgr-5.3.3]# ./configure --enable-debug CFLAGS="-ggdb -O0"
configure: WARNING: unrecognized options: --enable-debug

Also change the command ./configure -h seems not support --enable-debug.

How can I fix it?

Thanks
Jason