aboutsummaryrefslogtreecommitdiff
path: root/tool/build-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tool/build-shell.sh')
-rw-r--r--tool/build-shell.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/build-shell.sh b/tool/build-shell.sh
index cd2838ebd..6a48299d7 100644
--- a/tool/build-shell.sh
+++ b/tool/build-shell.sh
@@ -15,12 +15,8 @@ gcc -o sqlite3 -g -Os -I. \
-DSQLITE_ENABLE_STAT3 \
-DSQLITE_ENABLE_FTS4 \
-DSQLITE_ENABLE_RTREE \
- -DSQLITE_ENABLE_REGEXP \
- -DSQLITE_ENABLE_SPELLFIX -DSQLITE_CORE=1 \
-DHAVE_READLINE \
-DHAVE_USLEEP=1 \
../sqlite/src/shell.c \
- ../sqlite/src/test_regexp.c \
- ../sqlite/src/test_spellfix.c \
../sqlite/src/test_vfstrace.c \
sqlite3.c -ldl -lreadline -lncurses