Home
last modified time | relevance | path

Searched refs:unset_opts (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Dall.sh5223 # [-s set_opts] [-u unset_opts] [-c cflags] [-l ldflags] [option [...]]
5225 # -u unset_opts the list of config options to disable
5234 shift; local unset_opts="$1";;
5243 unset_opts="${unset_opts:-}"
5248 [ -n "$unset_opts" ] && echo "Disabling: $unset_opts" && scripts/config.py unset-all $unset_opts
5250 msg "build: default config + BLOCK_CIPHER_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} wit
[all...]

Completed in 7 milliseconds