EnterpriseDB / repmgr

A lightweight replication manager for PostgreSQL (Postgres)
https://repmgr.org/
Other
1.56k stars 251 forks source link

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

Open jasonchenTJ opened 1 year ago

jasonchenTJ commented 1 year ago

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