Index: third_party/sqlite/src/Makefile.linux-gcc |
diff --git a/third_party/sqlite/src/Makefile.linux-gcc b/third_party/sqlite/src/Makefile.linux-gcc |
index 17c9e0061db364242e986d8de5694550823bf8c6..30ac8bb1fe540ea832ffb99fec136ef14fae3754 100644 |
--- a/third_party/sqlite/src/Makefile.linux-gcc |
+++ b/third_party/sqlite/src/Makefile.linux-gcc |
@@ -81,10 +81,6 @@ OPTS += -DSQLITE_MEMDEBUG=1 |
# TODO(shess) I can't see why I need this setting. |
OPTS += -DOS_UNIX=1 |
-# The recover virtual table is not generally enabled. Enable it for testing |
-# purposes. |
-OPTS += -DDEFAULT_ENABLE_RECOVER=1 |
- |
Scott Hess - ex-Googler
2016/03/02 01:12:08
Was only needed to testfixture, moved to main.mk.
|
# Support for loading Chromium ICU data in sqlite3. |
ifeq ($(shell uname -s),Darwin) |
SHELL_ICU = |