summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2009-04-19 16:25:49 +0200
committerFederico Di Gregorio <fog@initd.org>2009-04-19 16:25:49 +0200
commite3a5ae8e20ed015a816862a2806f2a4e7c6a995e (patch)
treefd84132e64c2c9f95c29031ed022459cac9c1563 /setup.cfg
parentbb77a6912fa413e81adefa829997b31450e97f5e (diff)
downloadpsycopg2-e3a5ae8e20ed015a816862a2806f2a4e7c6a995e.tar.gz
Added a couple of test scripts to sandbox
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 6b458e0..1d6b215 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)