Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/scripts/
Decp_comb_table.py152 def run_c_source(src, cflags): argument
165 *cflags,
Dcode_size_compare.py227 cflags = [] #type: typing.List[str]
230 cflags.append(self.opt_level)
234 cflags.append('-mcpu=cortex-m33')
237 cflags.append('--target=arm-arm-none-eabi')
239 return ' '.join(cflags)
/mbedtls-latest/tests/scripts/
Dcomponents-configuration-crypto.sh2893 shift; local cflags="-Werror -Wall -Wextra $1";;
2901 cflags="${cflags:-}"
2907 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
2909 make CFLAGS="-O2 $cflags" LDFLAGS="$ldflags"
2920 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
2923 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
/mbedtls-latest/
DChangeLog291 pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509)