summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2008-09-19 21:25:16 +0200
committerFederico Di Gregorio <fog@initd.org>2008-09-19 21:25:16 +0200
commitb92601306e9bf7627ee7a19382492fa4bf511d57 (patch)
tree6722a7e880d45e23bf4493d4f749c0fc2b2fdaaa /setup.cfg
parent758eaf23d10c434f8dab0167d0bd3f343cafa60f (diff)
downloadpsycopg2-b92601306e9bf7627ee7a19382492fa4bf511d57.tar.gz
Added suppport for UUID and related test.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index da79b77..77247f3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
+define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)