aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2022-08-27 14:00:26 +1000
committerSteve Bennett <steveb@workware.net.au>2023-02-13 10:44:10 +1000
commitccd47be1301935fcb5efe9bf721f1d33691aa65f (patch)
treee238183794dd9358362e8032b80ee6e1e4ed0845 /.github
parentaa18a0d938ca171fcf96616cb7ff011034eb5902 (diff)
downloadjimtcl-ccd47be1301935fcb5efe9bf721f1d33691aa65f.zip
jimtcl-ccd47be1301935fcb5efe9bf721f1d33691aa65f.tar.gz
jimtcl-ccd47be1301935fcb5efe9bf721f1d33691aa65f.tar.bz2
configure: Default to --full
Now use --minimal and/or --without-ext to disable things. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/makefile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 3a0fa82..a6c4ab8 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -18,7 +18,7 @@ jobs:
run: sudo apt install libsqlite3-dev libhiredis-dev
- name: configure
- run: ./configure --maintainer --full --allextmod --disable-docs
+ run: ./configure --maintainer --allextmod --disable-docs
- name: Build
run: make