1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Experimentally add the -array formatting option to hwaci-dump-defs-json and emit OPT_FEATURE_FLAGS/OPT_SHELL in both flat string and array forms.

FossilOrigin-Name: ce6bc4603c27952ca44ff55c81dd50a04b0f6ef8f198720ee0da3aff4c291449
This commit is contained in:
stephan
2024-10-25 03:35:01 +00:00
parent 7db8d195c3
commit aa7c9050fa
4 changed files with 34 additions and 8 deletions

View File

@ -989,9 +989,13 @@ if {"" ne $oFF} {
}
unset oFF
define OPT_FEATURE_FLAGS.list [get-define OPT_FEATURE_FLAGS]
define OPT_SHELL.list [get-define OPT_SHELL]
hwaci-dump-defs-json config-defs.json \
-bare {SIZEOF_* HAVE_DECL_*} \
-none {HAVE_CFLAG_* LDFLAGS_* SH_* SQLITE_AUTOREMAKE TARGET_* USE_GCOV TCL_*} \
-array {*.list} \
-auto {OPT_* PACKAGE_* HAVE_*} \
-none *