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:
4
auto.def
4
auto.def
@ -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 *
|
||||
|
||||
|
Reference in New Issue
Block a user