| From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
|---|---|
| To: | Shiby Thomas <sthomas(at)cise(dot)ufl(dot)edu> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] debug flag |
| Date: | 1998-01-19 22:12:55 |
| Message-ID: | Pine.NEB.3.95.980119171058.11989B-100000@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, 19 Jan 1998, Shiby Thomas wrote:
> Hi,
>
> If I want to compile the PostgreSQL 6.2.1 code with the -g flag, which Makefile
> should I add it. I would like to run it thru a debugger. I am compiling it
> with gcc; so I should be able to use xgdb, right?
From Makefile.global:
##############################################################################
# COPT
#
# COPT is for options that the sophisticated builder might want to vary
# from one build to the next, like options to build Postgres with
debugging
# information included. COPT is meant to be set on the make command line,
# for example with the command "make COPT=-g". The value you see set here
# is the default that gets used if the builder does not give a value for
# COPT on his make command.
#
#
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Vicherek | 1998-01-19 22:40:33 | locking |
| Previous Message | Bruce Momjian | 1998-01-19 21:55:22 | Re: [HACKERS] debug flag |