Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1726)

Unified Diff: third_party/sqlite/src/Makefile.linux-gcc

Issue 1753993002: [sqlite] Allow recover.c to compile independently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698