diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-02-04 23:41:02 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-02-04 23:41:02 +0000 |
commit | dcf84003c18ccd6e7ccf176dab069b1900bb651c (patch) | |
tree | 24ae329bde327958b73f876556a378426a534c16 | |
parent | 316f8a8d3c965d2e1809b1b90677733478184c89 (diff) | |
download | cpython-git-dcf84003c18ccd6e7ccf176dab069b1900bb651c.tar.gz |
Turn off a debugging flag.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -755,7 +755,7 @@ class PyBuildExt(build_ext): dblib_dir = None # The sqlite interface - sqlite_setup_debug = True # verbose debug prints from this script? + sqlite_setup_debug = False # verbose debug prints from this script? # We hunt for #define SQLITE_VERSION "n.n.n" # We need to find >= sqlite version 3.0.8 |