diff options
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 8abc9c541db..6c225c4074a 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Jan 4 16:00:00 EST 2007 + Last updated: Mon Feb 19 18:44:29 EST 2007 Current maintainer: Bruce Momjian ([email protected]) @@ -77,11 +77,14 @@ General Questions Some developers use compilers from other software vendors with mixed results. - Developers who are regularly rebuilding the source often pass the + Developers who regularly rebuild the source often pass the --enable-depend flag to configure. The result is that when you make a modification to a C header file, all files depend upon that file are also rebuilt. + src/Makefile.custom can be used to set environment variables, like + CUSTOM_COPT, that are used for every compile. + 1.3) What areas need work? Outstanding features are detailed in the TODO list. This is located in |