Turn off a debugging flag.
This commit is contained in:
parent
316f8a8d3c
commit
dcf84003c1
2
setup.py
2
setup.py
|
@ -755,7 +755,7 @@ class PyBuildExt(build_ext):
|
||||||
dblib_dir = None
|
dblib_dir = None
|
||||||
|
|
||||||
# The sqlite interface
|
# 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 hunt for #define SQLITE_VERSION "n.n.n"
|
||||||
# We need to find >= sqlite version 3.0.8
|
# We need to find >= sqlite version 3.0.8
|
||||||
|
|
Loading…
Reference in New Issue