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.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/build-shell.sh b/tool/build-shell.sh
index 6a48299d7..a57f75303 100644
--- a/tool/build-shell.sh
+++ b/tool/build-shell.sh
@@ -16,7 +16,6 @@ gcc -o sqlite3 -g -Os -I. \
-DSQLITE_ENABLE_FTS4 \
-DSQLITE_ENABLE_RTREE \
-DHAVE_READLINE \
- -DHAVE_USLEEP=1 \
../sqlite/src/shell.c \
../sqlite/src/test_vfstrace.c \
sqlite3.c -ldl -lreadline -lncurses